diff options
Diffstat (limited to 'include/svtools/optionsdrawinglayer.hxx')
-rw-r--r-- | include/svtools/optionsdrawinglayer.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/svtools/optionsdrawinglayer.hxx b/include/svtools/optionsdrawinglayer.hxx index f2d493be21de..b51b086b99ca 100644 --- a/include/svtools/optionsdrawinglayer.hxx +++ b/include/svtools/optionsdrawinglayer.hxx @@ -151,6 +151,11 @@ class SVT_DLLPUBLIC SvtOptionsDrawinglayer sal_uInt16 GetTransparentSelectionPercent() const; sal_uInt16 GetSelectionMaximumLuminancePercent() const; + // get system hilight color, limited to the maximum allowed luminance + // (defined in GetSelectionMaximumLuminancePercent() in SvtOptionsDrawinglayer, + // combined with Application::GetSettings().GetStyleSettings().GetHighlightColor()) + Color getHilightColor() const; + void SetTransparentSelection( sal_Bool bState ); void SetTransparentSelectionPercent( sal_uInt16 nPercent ); |