diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 14:48:36 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:09 +0100 |
commit | 8edf036c33c2eccddefded42ad1e64fae96c7539 (patch) | |
tree | 6d9571cf71735f3976ca895934e7dcbecdce42b9 /sd | |
parent | a6f46da9651c972ae7f9d3cc78764bd0b24e5def (diff) |
-Werror,-Wunused-member-function
Change-Id: I0e7bde090d68f840b4dee0fa27a7dfaf05a21e8a
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx index 7f9af76ce237..77d1ad1f4bef 100644 --- a/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx +++ b/sd/source/ui/slidesorter/model/SlsPageEnumeration.cxx @@ -63,8 +63,6 @@ private: */ inline void AdvanceToNextValidElement (void); - // Default constructor not implemented. - PageEnumerationImpl (void); // Assignment operator not implemented. PageEnumerationImpl& operator= (const PageEnumerationImpl&); }; |