summaryrefslogtreecommitdiffstats
path: root/include/svtools/colrdlg.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svtools/colrdlg.hxx')
-rw-r--r--include/svtools/colrdlg.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/colrdlg.hxx b/include/svtools/colrdlg.hxx
index 834150fe0f19..37bfc6d1799f 100644
--- a/include/svtools/colrdlg.hxx
+++ b/include/svtools/colrdlg.hxx
@@ -43,7 +43,7 @@ public:
virtual ~SvColorDialog();
void SetColor( const Color& rColor );
- const Color& GetColor() const;
+ const Color& GetColor() const { return maColor;}
void SetMode( sal_Int16 eMode );