summaryrefslogtreecommitdiff
path: root/sw/source/ui/vba/vbapalette.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/vba/vbapalette.cxx')
-rw-r--r--sw/source/ui/vba/vbapalette.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sw/source/ui/vba/vbapalette.cxx b/sw/source/ui/vba/vbapalette.cxx
index 1622a389d27b..0cdbb5157ed2 100644
--- a/sw/source/ui/vba/vbapalette.cxx
+++ b/sw/source/ui/vba/vbapalette.cxx
@@ -86,11 +86,5 @@ VbaPalette::VbaPalette()
mxPalette = new DefaultPalette();
}
-uno::Reference< container::XIndexAccess >
-VbaPalette::getPalette() const
-{
-
- return mxPalette;
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */