summaryrefslogtreecommitdiff
path: root/sw
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 /sw
parenta0adefdc4991baa8a3c402f3b01270b73fd28362 (diff)
Bin pointless _SOLAR__PRIVATE which was always 1 anyway
Change-Id: I98f35920f02d4ee71787a9968158b220af69bde6
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/inc/docfnote.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/ui/inc/docfnote.hxx b/sw/source/ui/inc/docfnote.hxx
index 2f2c59e33f39..2ccd6fd90ea2 100644
--- a/sw/source/ui/inc/docfnote.hxx
+++ b/sw/source/ui/inc/docfnote.hxx
@@ -30,9 +30,7 @@ class SwFootNoteOptionDlg :public SfxTabDialog
virtual void PageCreated( sal_uInt16 nId, SfxTabPage &rPage );
-#ifdef _SOLAR__PRIVATE
DECL_LINK( OkHdl, Button * );
-#endif
public:
SwFootNoteOptionDlg(Window *pParent, SwWrtShell &rSh );