diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-05-12 13:19:56 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-05-15 19:37:58 +0200 |
commit | f9c94cfdde6c0af621cf80467a9d83c789699093 (patch) | |
tree | cefdc576502e46dca563399ba4cbbd621d9a416e /include | |
parent | 78523a2d03c95843c417c869bc90e14cfd267bcb (diff) |
tdf#90297 set default SmEditWindow background
This implements ApplySetting for the proper background of the
undocked SfxDockingWindow.
In addition, like all other code, this sets the text color via
the EditEngine font objects and therefore reverts the uneeded
EditEngine interface from the original commit ea191cf9807d
("tdf#90297 use field colors for math's edit engine").
Change-Id: Ib7df4ce730da92a1e41f58b8348a5aec18208166
Reviewed-on: https://gerrit.libreoffice.org/72312
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/editeng/editeng.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/editeng/editeng.hxx b/include/editeng/editeng.hxx index dfb39a0b8e94..f585ce8b5796 100644 --- a/include/editeng/editeng.hxx +++ b/include/editeng/editeng.hxx @@ -216,8 +216,6 @@ public: void SetBackgroundColor( const Color& rColor ); Color const & GetBackgroundColor() const; - void SetTextColor( const Color& rColor ); - Color const & GetTextColor() const; Color GetAutoColor() const; void EnableAutoColor( bool b ); void ForceAutoColor( bool b ); |