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.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/vba/vbapalette.cxx b/sw/source/ui/vba/vbapalette.cxx
index 3639d0e63638..8943b73b4a6a 100644
--- a/sw/source/ui/vba/vbapalette.cxx
+++ b/sw/source/ui/vba/vbapalette.cxx
@@ -14,7 +14,7 @@ static const sal_Int32 ColorTable[] =
{
WdColor::wdColorAutomatic, // 0
WdColor::wdColorBlack, // 1
-WdColor::wdColorBlue, // 2
+WdColor::wdColorBlue, // 2
WdColor::wdColorTurquoise, // 3
WdColor::wdColorBrightGreen, // 4
WdColor::wdColorPink, // 5
@@ -72,7 +72,7 @@ uno::Reference< container::XIndexAccess >
VbaPalette::getPalette() const
{
- return mxPalette;
+ return mxPalette;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */