diff options
author | Paris Oplopoios <paris.oplopoios@collabora.com> | 2023-10-13 15:55:51 +0300 |
---|---|---|
committer | Paris Oplopoios <parisoplop@gmail.com> | 2023-10-16 10:41:57 +0200 |
commit | cfba837abe3137b2bb20ddb414bb91078c4a1c9f (patch) | |
tree | 8832758ab0f6efa6dfdefa15ff19d4b478f67260 /include | |
parent | 33ade4171a1a443fd24e6463a9eaa279f7d778bb (diff) |
Revert "Make sure views get new themes on .uno:ChangeTheme"
Seems to cause more issues than it solves, reverting for now
This reverts commit 884fd220d0025a92510d3ff4710c8c517c8f271e.
Change-Id: If32a9d3bd922afe5611e5258987eec9ec685bc8e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157951
Tested-by: Jenkins
Reviewed-by: Paris Oplopoios <parisoplop@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/viewsh.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sfx2/viewsh.hxx b/include/sfx2/viewsh.hxx index c0628a0bd4fb..14d9ca94881c 100644 --- a/include/sfx2/viewsh.hxx +++ b/include/sfx2/viewsh.hxx @@ -431,8 +431,6 @@ public: virtual vcl::Window* GetEditWindowForActiveOLEObj() const override; /// Get a color config color from this view virtual ::Color GetColorConfigColor(svtools::ColorConfigEntry nColorType) const; - /// Get the color scheme name of this view - virtual OUString GetColorConfigName() const; /// Set the LibreOfficeKit language of this view. void SetLOKLanguageTag(const OUString& rBcp47LanguageTag); |