diff options
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/inc/macropg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index cd6ecb5533e1..2020c3e4f0bf 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -63,9 +63,9 @@ class SvxMacroTabPage_ : public SfxTabPage static long GenericHandler_Impl( SvxMacroTabPage_* pThis, PushButton* pBtn ); + css::uno::Reference< css::container::XNameReplace > m_xAppEvents; protected: SvxMacroTabPage_Impl* mpImpl; - css::uno::Reference< css::container::XNameReplace > m_xAppEvents; css::uno::Reference< css::container::XNameReplace > m_xDocEvents; css::uno::Reference< css::util::XModifiable > m_xModifiable; EventsHash m_appEventsHash; |