summaryrefslogtreecommitdiff
path: root/include/svtools
diff options
context:
space:
mode:
authorParis Oplopoios <paris.oplopoios@collabora.com>2023-03-16 03:58:18 +0200
committerParis Oplopoios <parisoplop@gmail.com>2023-03-16 23:48:10 +0000
commit9f0cf00d29298ed55737928ec4dddc50ac850cd8 (patch)
treea4f69bb28a004e533306f31baf4a37d816c80f7d /include/svtools
parent9310192a4a0af4e7e3e9ac6124cdd2a706dfedcb (diff)
Update view options string based on theme
Update the view options string based on the theme when tiled rendering, and make sure only the currently active view is updated Change-Id: Ib24111848f2926fe7ae858ca2e18e946d980e83f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/148943 Tested-by: Paris Oplopoios <parisoplop@gmail.com> Reviewed-by: Paris Oplopoios <parisoplop@gmail.com>
Diffstat (limited to 'include/svtools')
-rw-r--r--include/svtools/colorcfg.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx
index f0c0fea5393d..8cf02dec72f8 100644
--- a/include/svtools/colorcfg.hxx
+++ b/include/svtools/colorcfg.hxx
@@ -110,6 +110,7 @@ public:
// instead of the automatic color
ColorConfigValue GetColorValue(ColorConfigEntry eEntry, bool bSmart = true) const;
static Color GetDefaultColor(ColorConfigEntry eEntry);
+ const OUString& GetCurrentSchemeName() const;
};
class SVT_DLLPUBLIC EditableColorConfig