summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/shell/SlideSorter.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/shell/SlideSorter.cxx')
-rw-r--r--sd/source/ui/slidesorter/shell/SlideSorter.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/slidesorter/shell/SlideSorter.cxx b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
index 8182f0a868f8..b2c604d38703 100644
--- a/sd/source/ui/slidesorter/shell/SlideSorter.cxx
+++ b/sd/source/ui/slidesorter/shell/SlideSorter.cxx
@@ -248,10 +248,6 @@ SlideSorter::~SlideSorter (void)
-bool SlideSorter::IsValid (void) const
-{
- return mbIsValid;
-}
@@ -335,18 +331,10 @@ void SlideSorter::Paint (const Rectangle& rRepaintArea)
-ViewShellBase* SlideSorter::GetViewShellBase (void) const
-{
- return mpViewShellBase;
-}
-ViewShell* SlideSorter::GetViewShell (void) const
-{
- return mpViewShell;
-}