summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/optsitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/optsitem.hxx')
-rw-r--r--sd/source/ui/inc/optsitem.hxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/inc/optsitem.hxx b/sd/source/ui/inc/optsitem.hxx
index 56b64450cc9d..e406f2692e60 100644
--- a/sd/source/ui/inc/optsitem.hxx
+++ b/sd/source/ui/inc/optsitem.hxx
@@ -209,9 +209,6 @@ private:
bool bPreviewChangedEffects;
bool bPreviewTransitions;
- bool bShowNavigationPanel : 1; // Misc/Start/ShowNavigationPanel
-
-
sal_Int32 mnDisplay;
sal_Int32 mnPenColor;
@@ -256,8 +253,6 @@ public:
bool IsSummationOfParagraphs() const { Init(); return bSummationOfParagraphs; };
bool IsTabBarVisible() const { Init(); return bTabBarVisible; };
- bool IsShowNavigationPanel() const { Init(); return bShowNavigationPanel; }
-
/** Return the currently selected printer independent layout mode.
@return
Returns 1 for printer independent layout enabled and 0 when it
@@ -318,8 +313,6 @@ public:
bool IsShowComments() const { Init(); return bShowComments; }
void SetShowComments( bool bShow ) { if( bShowComments != bShow ) { OptionsChanged(); bShowComments = bShow; } }
-
- void SetShowNavigationPanel( bool bOn ) { if( bShowNavigationPanel != bOn ) { OptionsChanged(); bShowNavigationPanel = bOn; } }
};
class SD_DLLPUBLIC SdOptionsMiscItem final : public SfxPoolItem