diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-11-20 13:55:16 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-11-20 15:01:31 +0200 |
commit | 56d3de7360434e4f15d7bd92d50888e8bc092ad6 (patch) | |
tree | dccdb678df5566cdcccf469121bcc1f90d3a2ca9 /cui/source/inc/macropg.hxx | |
parent | a0adefdc4991baa8a3c402f3b01270b73fd28362 (diff) |
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'cui/source/inc/macropg.hxx')
-rw-r--r-- | cui/source/inc/macropg.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cui/source/inc/macropg.hxx b/cui/source/inc/macropg.hxx index b83d825fdf9d..561e500297ac 100644 --- a/cui/source/inc/macropg.hxx +++ b/cui/source/inc/macropg.hxx @@ -56,14 +56,12 @@ class _SvxMacroTabPage_Impl; class _SvxMacroTabPage : public SfxTabPage { -#if _SOLAR__PRIVATE DECL_STATIC_LINK( _SvxMacroTabPage, SelectEvent_Impl, SvTabListBox * ); DECL_STATIC_LINK( _SvxMacroTabPage, AssignDeleteHdl_Impl, PushButton * ); DECL_STATIC_LINK( _SvxMacroTabPage, DoubleClickHdl_Impl, SvTabListBox * ); static long GenericHandler_Impl( _SvxMacroTabPage* pThis, PushButton* pBtn ); -#endif protected: _SvxMacroTabPage_Impl* mpImpl; ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameReplace > m_xAppEvents; @@ -133,9 +131,7 @@ private: const SfxItemSet* pOptions; SfxItemSet* pOutSet; -#if _SOLAR__PRIVATE DECL_DLLPRIVATE_LINK( OKHdl_Impl, Button * ); -#endif }; |