diff options
-rwxr-xr-x | scripting/source/vbaevents/eventhelper.cxx | 9 | ||||
-rw-r--r-- | svx/prj/build.lst | 2 |
2 files changed, 6 insertions, 5 deletions
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx index c945820492f3..7e4626e31c00 100755 --- a/scripting/source/vbaevents/eventhelper.cxx +++ b/scripting/source/vbaevents/eventhelper.cxx @@ -294,10 +294,10 @@ struct TypeList int nListLength; }; -Type typeXFixedText = GET_TYPE(awt::XFixedText); -Type typeXTextComponent = GET_TYPE(awt::XTextComponent); -Type typeXComboBox = GET_TYPE(awt::XComboBox); -Type typeXRadioButton = GET_TYPE(awt::XRadioButton); +Type typeXFixedText = GET_TYPE(awt::XFixedText) +Type typeXTextComponent = GET_TYPE(awt::XTextComponent) +Type typeXComboBox = GET_TYPE(awt::XComboBox) +Type typeXRadioButton = GET_TYPE(awt::XRadioButton) TypeList fixedTextList = {&typeXFixedText, 1}; @@ -648,6 +648,7 @@ public: EventListener( const Reference< XComponentContext >& rxContext ); // XEventListener virtual void SAL_CALL disposing(const lang::EventObject& Source) throw( RuntimeException ); + using cppu::OPropertySetHelper::disposing; // XScriptListener virtual void SAL_CALL firing(const ScriptEvent& evt) throw(RuntimeException); diff --git a/svx/prj/build.lst b/svx/prj/build.lst index 56980702fb2d..983731eba80a 100644 --- a/svx/prj/build.lst +++ b/svx/prj/build.lst @@ -1,4 +1,4 @@ -sx svx : l10n connectivity xmloff linguistic jvmfwk avmedia configmgr ucb fileaccess drawinglayer NULL +sx svx : l10n oovbaapi connectivity xmloff linguistic jvmfwk avmedia configmgr ucb fileaccess drawinglayer NULL sx svx usr1 - all sx_mkout NULL sx svx\inc nmake - all sx_inc NULL sx svx\uiconfig\layout nmake - all sx_layout NULL |