summaryrefslogtreecommitdiff
path: root/sw/inc
diff options
context:
space:
mode:
authorTim Hardeck <thardeck@suse.com>2011-11-07 19:33:56 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-08 16:39:14 +0100
commitec4f69493b50c15861b0cdcc290ecedd00efb51d (patch)
tree6d6961bc7532a028c2073cee9235cda1ed208831 /sw/inc
parent93732fe182ddda10a982962a60d88c5cefc149d3 (diff)
removed Simple Handles option
Removed the unnecessary option "Simple Handles" with all related functions and icons.
Diffstat (limited to 'sw/inc')
-rw-r--r--sw/inc/viewopt.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/viewopt.hxx b/sw/inc/viewopt.hxx
index 38590c796c4c..171f5f789244 100644
--- a/sw/inc/viewopt.hxx
+++ b/sw/inc/viewopt.hxx
@@ -291,11 +291,6 @@ public:
inline void SetPageBack( sal_Bool b )
{ (b != 0) ? (nCoreOptions |= VIEWOPT_1_PAGEBACK) : ( nCoreOptions &= ~VIEWOPT_1_PAGEBACK); }
- inline sal_Bool IsSolidMarkHdl() const
- { return nCoreOptions & VIEWOPT_1_SOLIDMARKHDL ? sal_True : sal_False; }
- inline void SetSolidMarkHdl( sal_Bool b )
- { (b != 0) ? (nCoreOptions |= VIEWOPT_1_SOLIDMARKHDL) : ( nCoreOptions &= ~VIEWOPT_1_SOLIDMARKHDL); }
-
inline sal_Bool IsBigMarkHdl() const
{ return nCore2Options & VIEWOPT_CORE2_BIGMARKHDL ? sal_True : sal_False;}
inline void SetBigMarkHdl(sal_Bool b)