update ooo310-m15
[ooovba.git] / applied_patches / 0343-svx-source-inc-fmundo-hxx.diff
blob67c099de7038914fbfc09f78530a7b79d1d46268
1 Index: svx/source/inc/fmundo.hxx
2 ===================================================================
3 RCS file: /cvs/graphics/svx/source/inc/fmundo.hxx,v
4 retrieving revision 1.10
5 diff -u -r1.10 fmundo.hxx
6 --- svx/source/inc/fmundo.hxx 18 Mar 2005 18:43:50 -0000 1.10
7 +++ svx/source/inc/fmundo.hxx 31 Aug 2005 08:40:26 -0000
8 @@ -285,7 +285,7 @@
10 void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::container::XIndexContainer >& _rxContainer, bool _bStartListening ) SAL_THROW(());
11 void switchListening( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxObject, bool _bStartListening ) SAL_THROW(());
13 + ::com::sun::star::uno::Reference< com::sun::star::script::XScriptListener > m_vbaListener;
14 public:
15 // Methoden zur Zuordnung von Controls zu Forms,
16 // werden von der Seite und der UndoUmgebung genutzt