summaryrefslogtreecommitdiff
path: root/cui/source/inc/macropg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r--cui/source/inc/macropg.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx
index befe9e3607f9..a5a9eb501530 100644
--- a/cui/source/inc/macropg.hxx
+++ b/cui/source/inc/macropg.hxx
@@ -76,8 +76,8 @@ protected:
_SvxMacroTabPage( vcl::Window* pParent, const OString& rID, const OUString& rUIXMLDescription, const SfxItemSet& rItemSet );
void EnableButtons();
- ::com::sun::star::uno::Any GetPropsByName( const OUString& eventName, EventsHash& eventsHash );
- ::std::pair< OUString, OUString > GetPairFromAny( ::com::sun::star::uno::Any aAny );
+ static ::com::sun::star::uno::Any GetPropsByName( const OUString& eventName, EventsHash& eventsHash );
+ static ::std::pair< OUString, OUString > GetPairFromAny( ::com::sun::star::uno::Any aAny );
public: