diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-11-13 09:17:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-11-14 10:15:02 +0100 |
commit | 1951bd9e4d9ef9a9524b8c22442e283923b05444 (patch) | |
tree | c8dcd427eeae709ed50485586561983a51d2b8a8 /svx | |
parent | b5369f9e7653805d224e903a47659a475d9c4fee (diff) |
-Werror,-Wunused-member-function
Change-Id: I7eab6d628cd2bd7a68a79ff69ba835f37fc67711
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/tools/ColorControl.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/sidebar/tools/ColorControl.cxx b/svx/source/sidebar/tools/ColorControl.cxx index a7b1babfa09c..75264f1a108f 100644 --- a/svx/source/sidebar/tools/ColorControl.cxx +++ b/svx/source/sidebar/tools/ColorControl.cxx @@ -58,9 +58,6 @@ namespace { } return bFound ? n : -1; } - class JustReleaseDeleter {public: - void operator() (XColorList*) const {/* release but don't delete pointer */} - }; XColorListRef GetColorTable (void) { SfxObjectShell* pDocSh = SfxObjectShell::Current(); |