diff options
author | Paris Oplopoios <paris.oplopoios@collabora.com> | 2023-06-13 20:36:48 +0300 |
---|---|---|
committer | Paris Oplopoios <parisoplop@gmail.com> | 2023-06-14 22:12:21 +0200 |
commit | 069c7dc4e9706b40ca12d83d83f90f41cec948f8 (patch) | |
tree | 5ce16648328e3093c3e73e5e8761383eb12500a0 /include/svtools | |
parent | f3f64c77585d0c3c01c0d960f4959e18e9668c30 (diff) |
Add editengine view separation in tiled rendering
Editengine now gets the background color from the current view instead
from a global variable
Change-Id: I98a0fccf4d0c83f4dabf8e534a9228b8a5e271d7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152996
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Paris Oplopoios <parisoplop@gmail.com>
(cherry picked from commit 7baa475342b67c10537e11da37b8862648679b02)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153073
Tested-by: Jenkins
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/colorcfg.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/colorcfg.hxx b/include/svtools/colorcfg.hxx index de16f18eab13..9810aac0393d 100644 --- a/include/svtools/colorcfg.hxx +++ b/include/svtools/colorcfg.hxx @@ -27,7 +27,7 @@ namespace svtools{ -enum ColorConfigEntry +enum ColorConfigEntry : int { DOCCOLOR , DOCBOUNDARIES , |