summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/controller/SlsProperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/controller/SlsProperties.cxx')
-rw-r--r--sd/source/ui/slidesorter/controller/SlsProperties.cxx32
1 files changed, 0 insertions, 32 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsProperties.cxx b/sd/source/ui/slidesorter/controller/SlsProperties.cxx
index 091249582316..cd70c1324d07 100644
--- a/sd/source/ui/slidesorter/controller/SlsProperties.cxx
+++ b/sd/source/ui/slidesorter/controller/SlsProperties.cxx
@@ -65,10 +65,6 @@ void Properties::HandleDataChangeEvent (void)
-bool Properties::IsHighlightCurrentSlide (void) const
-{
- return mbIsHighlightCurrentSlide;
-}
@@ -81,10 +77,6 @@ void Properties::SetHighlightCurrentSlide (const bool bIsHighlightCurrentSlide)
-bool Properties::IsShowSelection (void) const
-{
- return mbIsShowSelection;
-}
@@ -97,10 +89,6 @@ void Properties::SetShowSelection (const bool bIsShowSelection)
-bool Properties::IsShowFocus (void) const
-{
- return mbIsShowFocus;
-}
@@ -113,10 +101,6 @@ void Properties::SetShowFocus (const bool bIsShowFocus)
-bool Properties::IsCenterSelection (void) const
-{
- return mbIsCenterSelection;
-}
@@ -129,10 +113,6 @@ void Properties::SetCenterSelection (const bool bIsCenterSelection)
-bool Properties::IsSmoothSelectionScrolling (void) const
-{
- return mbIsSmoothSelectionScrolling;
-}
@@ -145,10 +125,6 @@ void Properties::SetSmoothSelectionScrolling (const bool bIsSmoothSelectionScrol
-bool Properties::IsSuspendPreviewUpdatesDuringFullScreenPresentation (void) const
-{
- return mbIsSuspendPreviewUpdatesDuringFullScreenPresentation;
-}
@@ -224,10 +200,6 @@ void Properties::SetHighlightColor (const Color& rColor)
-bool Properties::IsUIReadOnly (void) const
-{
- return mbIsUIReadOnly;
-}
@@ -240,10 +212,6 @@ void Properties::SetUIReadOnly (const bool bIsUIReadOnly)
-bool Properties::IsOnlyPreviewTriggersMouseOver (void) const
-{
- return mbIsOnlyPreviewTriggersMouseOver;
-}
} } } // end of namespace ::sd::slidesorter::controller