diff options
Diffstat (limited to 'sfx2/source/sidebar/Paint.cxx')
-rw-r--r-- | sfx2/source/sidebar/Paint.cxx | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sfx2/source/sidebar/Paint.cxx b/sfx2/source/sidebar/Paint.cxx index ea99762a01ac..9daf7c0ad363 100644 --- a/sfx2/source/sidebar/Paint.cxx +++ b/sfx2/source/sidebar/Paint.cxx @@ -31,8 +31,6 @@ Paint::Paint (void) } - - Paint::Paint (const Color& rColor) : meType(ColorPaint), maValue(rColor) @@ -40,8 +38,6 @@ Paint::Paint (const Color& rColor) } - - Paint::Paint (const Gradient& rGradient) : meType(GradientPaint), maValue(rGradient) @@ -49,8 +45,6 @@ Paint::Paint (const Gradient& rGradient) } - - Paint Paint::Create (const css::uno::Any& rValue) { ColorData aColor (0); @@ -66,11 +60,6 @@ Paint Paint::Create (const css::uno::Any& rValue) - - - - - const Color& Paint::GetColor (void) const { if (meType != ColorPaint) @@ -84,8 +73,6 @@ const Color& Paint::GetColor (void) const } - - const Gradient& Paint::GetGradient (void) const { if (meType != GradientPaint) @@ -99,8 +86,6 @@ const Gradient& Paint::GetGradient (void) const } - - Wallpaper Paint::GetWallpaper (void) const { switch (meType) |