diff options
Diffstat (limited to 'svx/source/tbxctrls')
-rw-r--r-- | svx/source/tbxctrls/colorwindow.hxx | 2 | ||||
-rw-r--r-- | svx/source/tbxctrls/tbcontrl.cxx | 4 |
2 files changed, 0 insertions, 6 deletions
diff --git a/svx/source/tbxctrls/colorwindow.hxx b/svx/source/tbxctrls/colorwindow.hxx index 1b033ab36d8c..5de812f2becd 100644 --- a/svx/source/tbxctrls/colorwindow.hxx +++ b/svx/source/tbxctrls/colorwindow.hxx @@ -25,9 +25,7 @@ private: rtl::OUString maCommand; const Color mLastColor; -#if _SOLAR__PRIVATE DECL_LINK( SelectHdl, void * ); -#endif protected: virtual void Resize(); diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx index 063cb02fe2fc..7639bfe82887 100644 --- a/svx/source/tbxctrls/tbcontrl.cxx +++ b/svx/source/tbxctrls/tbcontrl.cxx @@ -247,9 +247,7 @@ private: ImageList aImgList; sal_Bool bParagraphMode; -#if _SOLAR__PRIVATE DECL_LINK( SelectHdl, void * ); -#endif protected: virtual void Resize(); @@ -277,9 +275,7 @@ private: LineListBox m_aLineStyleLb; bool m_bIsWriter; -#if _SOLAR__PRIVATE DECL_LINK( SelectHdl, void * ); -#endif protected: virtual void Resize(); |