summaryrefslogtreecommitdiff
path: root/cui/source/inc/linkdlg.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-11-20 13:55:16 +0200
committerTor Lillqvist <tml@iki.fi>2012-11-20 15:01:31 +0200
commit56d3de7360434e4f15d7bd92d50888e8bc092ad6 (patch)
treedccdb678df5566cdcccf469121bcc1f90d3a2ca9 /cui/source/inc/linkdlg.hxx
parenta0adefdc4991baa8a3c402f3b01270b73fd28362 (diff)
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'cui/source/inc/linkdlg.hxx')
-rw-r--r--cui/source/inc/linkdlg.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/inc/linkdlg.hxx b/cui/source/inc/linkdlg.hxx
index 1c75302dda52..e5d928d7c253 100644
--- a/cui/source/inc/linkdlg.hxx
+++ b/cui/source/inc/linkdlg.hxx
@@ -73,7 +73,6 @@ class SvBaseLinksDlg : public ModalDialog
sal_Bool bHtmlMode;
Timer aUpdateTimer;
-#if _SOLAR__PRIVATE
DECL_LINK( LinksSelectHdl, SvTabListBox * );
DECL_LINK( LinksDoubleClickHdl, SvTabListBox * );
DECL_LINK( AutomaticClickHdl, RadioButton * );
@@ -88,7 +87,6 @@ class SvBaseLinksDlg : public ModalDialog
String ImplGetStateStr( const sfx2::SvBaseLink& );
void SetType( sfx2::SvBaseLink& rLink, sal_uInt16 nPos, sal_uInt16 nType );
void InsertEntry( const sfx2::SvBaseLink& rLink, sal_uInt16 nPos = LISTBOX_APPEND, sal_Bool bSelect = sal_False);
-#endif
void StartUpdateTimer() { aUpdateTimer.Start(); }