summaryrefslogtreecommitdiff
path: root/sfx2/source/sidebar/Paint.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/sidebar/Paint.hxx')
-rw-r--r--sfx2/source/sidebar/Paint.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/sidebar/Paint.hxx b/sfx2/source/sidebar/Paint.hxx
index 623b2cfaaf9e..eaa69e1a5b46 100644
--- a/sfx2/source/sidebar/Paint.hxx
+++ b/sfx2/source/sidebar/Paint.hxx
@@ -59,7 +59,7 @@ public:
// Create a Paint object for the given gradient.
explicit Paint (const Gradient& rGradient);
- Type GetType (void) const;
+ Type GetType (void) const { return meType;}
const Color& GetColor (void) const;
const Gradient& GetGradient (void) const;