diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-26 10:59:01 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-01-26 20:18:46 +0900 |
commit | fd516ce60e48aeae40f63eb34def41b6f38ff507 (patch) | |
tree | 349adb0f5d68d866fec1cc9043556eabad8c76a2 /sw/source/ui/inc | |
parent | 828dfdd4fb9fc133f4e3241e9722f23f3778db08 (diff) |
Drop unused function
Change-Id: I0cf5126640428e7f7b3a5af922d76947344448a9
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/condedit.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/ui/inc/condedit.hxx b/sw/source/ui/inc/condedit.hxx index 187182b270d9..712ee71b865d 100644 --- a/sw/source/ui/inc/condedit.hxx +++ b/sw/source/ui/inc/condedit.hxx @@ -36,7 +36,6 @@ public: inline void ShowBrackets(sal_Bool bShow) { bBrackets = bShow; } inline void SetDropEnable( sal_Bool bFlag ) { bEnableDrop = bFlag; } - inline sal_Bool IsDropEnable() const { return bEnableDrop; } }; #endif |