summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx b/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
index 7d70c203fe9a..5aac260c2d61 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsProperties.hxx
@@ -81,22 +81,22 @@ public:
/** Return the background color.
*/
- Color GetBackgroundColor (void) const;
+ Color GetBackgroundColor (void) const { return maBackgroundColor;}
void SetBackgroundColor (const Color& rColor);
/** Return the text color.
*/
- Color GetTextColor (void) const;
+ Color GetTextColor (void) const { return maTextColor;}
void SetTextColor (const Color& rColor);
/** Return the color in which selections are to be painted.
*/
- Color GetSelectionColor (void) const;
+ Color GetSelectionColor (void) const { return maSelectionColor;}
void SetSelectionColor (const Color& rColor);
/** Return the color used for highlighting e.g. the current slide.
*/
- Color GetHighlightColor (void) const;
+ Color GetHighlightColor (void) const { return maHighlightColor;}
void SetHighlightColor (const Color& rColor);
/** The UI can be set to be read only indepently from the model status.