include/editeng/unoprnms.hxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 84b817130a1b19591c3add9af5db0f42af64be68
Author:     Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
AuthorDate: Sun Sep 20 19:27:09 2015 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Tue Nov 16 15:40:36 2021 +0100

    Support reading back theme color from an ooxml document
    
    ooxml supports theme colors and tint/shade value that additionally
    changed the theme color. Read back which theme color + tint/shade
    value was applied in the resulting color and add this attributes
    as properties to be used by writer.
    In sidebar theme panel the changing the theme colors now doesn't
    takes this into account and changes the colors correctly.
    
    [ Miklos: left out the Wrtier bits for now, focusing on Impress first. ]
    
    (cherry picked from commit 16a0a2089e8572a35a36a7e649703893ecd06299,
    from the feature/themesupport2 branch)
    
    Change-Id: I8e0d62ec8c0534e603fb1e5fb000dcf84aea5da2
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125304
    Tested-by: Jenkins
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>

diff --git a/include/editeng/unoprnms.hxx b/include/editeng/unoprnms.hxx
index 4f1d4ad4b0e1..97aaa77dd86a 100644
--- a/include/editeng/unoprnms.hxx
+++ b/include/editeng/unoprnms.hxx
@@ -22,6 +22,8 @@
 
 
 #define UNO_NAME_CHAR_COLOR                     "CharColor"
+#define UNO_NAME_CHAR_COLOR_THEME               "CharColorTheme"
+#define UNO_NAME_CHAR_COLOR_TINT_OR_SHADE       "CharColorTintOrShade"
 #define UNO_NAME_CHAR_HEIGHT                    "CharHeight"
 #define UNO_NAME_CHAR_POSTURE                   "CharPosture"
 #define UNO_NAME_CHAR_SHADOWED                  "CharShadowed"

Reply via email to