summaryrefslogtreecommitdiff
path: root/scripting
diff options
context:
space:
mode:
authorAndreas Bregas <ab@openoffice.org>2009-12-15 10:22:25 +0000
committerAndreas Bregas <ab@openoffice.org>2009-12-15 10:22:25 +0000
commitc0e1ab12a09d3c9462779e54adc16f86cb1efa81 (patch)
treeab93814626284f705f925a2a4b5b99d377b5fe19 /scripting
parent5ff0af86b0eddbbf00e1a5c9f26e27e35707929e (diff)
#i102261# Removed warnings, added project dependencies
Diffstat (limited to 'scripting')
-rwxr-xr-xscripting/source/vbaevents/eventhelper.cxx9
1 files changed, 5 insertions, 4 deletions
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx
index 95ce36750e..589aec94c2 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);