summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/cfgitems.hxx
diff options
context:
space:
mode:
authorMihály Palenik <palenik.mihaly@gmail.com>2015-08-06 15:16:41 +0200
committerSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2015-08-07 07:44:36 +0000
commit745c7bce5fe8b218f7d300667a5409bc7ef58c34 (patch)
tree8cb0eac19b9d25dfbbfdf32841655a2104ab2460 /sw/source/uibase/inc/cfgitems.hxx
parent68279e04de33201b8f75b55ad8cac9deef3d044d (diff)
Delete unnecessary writer options from Options dialog
Here https://wiki.documentfoundation.org/Design/Whiteboards/Options/Writer are unnecessary writer options. These options are set in Expert Configuration dialog under org.oppenoffice.Office.Writer node. Some of them have void type therefore they aren't deleted. Preference name, Property, Location in Options dialog; org.openoffice.Office.Writer/Layout/Window, HorizontalScroll, View/View/Horizontal Scrollbar; org.openoffice.Office.Writer/Layout/Window, VerticalScroll, View/View/Vertical Scrollbar; org.openoffice.Office.Writer/Layout/Window, HorizontalRuler, View/View/Horizontal Ruler; org.openoffice.Office.Writer/DefaultFont, Document, Basic Fonts (Western)/Current documentum only; org.openoffice.Office.Writer/DefaultFontCJK, Document, Basic Fonts (Asian)/Current documentum only; org.openoffice.Office.Writer/DefaultFontCTL, Document, Basic Fonts (CTL)/Current documentum only; Change-Id: Ia98fa456ec6039bff3ad13ca7668e73320d63920 Reviewed-on: https://gerrit.libreoffice.org/17542 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/source/uibase/inc/cfgitems.hxx')
-rw-r--r--sw/source/uibase/inc/cfgitems.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/inc/cfgitems.hxx b/sw/source/uibase/inc/cfgitems.hxx
index 2c9abc256412..e3c205360d0a 100644
--- a/sw/source/uibase/inc/cfgitems.hxx
+++ b/sw/source/uibase/inc/cfgitems.hxx
@@ -78,10 +78,6 @@ public:
class SW_DLLPUBLIC SwElemItem : public SfxPoolItem
{
//view
- bool bHorzScrollbar :1;
- bool bVertScrollbar :1;
- bool bAnyRuler : 1;
- bool bHorzRuler :1;
bool bVertRuler :1;
bool bVertRulerRight:1;
bool bSmoothScroll :1;