diff options
Diffstat (limited to 'sw/source/ui/inc/condedit.hxx')
-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 |