summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/sidebar/Theme.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/sidebar/Theme.cxx b/sfx2/source/sidebar/Theme.cxx
index 0d760796dc3c..68586272f408 100644
--- a/sfx2/source/sidebar/Theme.cxx
+++ b/sfx2/source/sidebar/Theme.cxx
@@ -205,7 +205,7 @@ void Theme::UpdateTheme()
setPropertyValue(
maPropertyIdToNameMap[Paint_PanelTitleBarBackground],
Any(Tools::VclToAwtGradient(Gradient(
- GradientStyle_LINEAR,
+ GradientStyle::Linear,
aSecondColor.GetRGBColor(),
aBaseBackgroundColor.GetRGBColor()
))));
@@ -337,7 +337,7 @@ void Theme::UpdateTheme()
setPropertyValue(
maPropertyIdToNameMap[Paint_ToolBoxBackground],
Any(Tools::VclToAwtGradient(Gradient(
- GradientStyle_LINEAR,
+ GradientStyle::Linear,
aBaseBackgroundColor.GetRGBColor(),
aGradientStop2.GetRGBColor()
))));