diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2023-05-20 14:51:49 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2023-05-21 12:59:35 +0200 |
commit | e1cc0f3e7adc9d4c930a1c37bbe45c69dd3725ab (patch) | |
tree | a424e2504fe2c8d9ec17265ebfb8225ff1af8816 /xmloff/inc | |
parent | 8843e4c441b881a68b46bc08019ff994c9aa574d (diff) |
xmloff: rename XMLThemeColorContext to XMLComplexColorContext
Change-Id: I039aea6656cc8dedd74782f4fda8b0e1c25d3910
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152029
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/XMLComplexColorContext.hxx (renamed from xmloff/inc/XMLThemeColorContext.hxx) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/XMLThemeColorContext.hxx b/xmloff/inc/XMLComplexColorContext.hxx index 8bab725c44a6..2d43da23fedd 100644 --- a/xmloff/inc/XMLThemeColorContext.hxx +++ b/xmloff/inc/XMLComplexColorContext.hxx @@ -13,15 +13,15 @@ #include "XMLElementPropertyContext.hxx" #include <docmodel/uno/UnoComplexColor.hxx> -class XMLThemeColorContext final : public XMLElementPropertyContext +class XMLComplexColorContext final : public XMLElementPropertyContext { model::ComplexColor maComplexColor; sal_Int32 mnRootElement; public: - XMLThemeColorContext(SvXMLImport& rImport, sal_Int32 nElement, - const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList, - const XMLPropertyState& rProp, std::vector<XMLPropertyState>& rProps); + XMLComplexColorContext(SvXMLImport& rImport, sal_Int32 nElement, + const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList, + const XMLPropertyState& rProp, std::vector<XMLPropertyState>& rProps); css::uno::Reference<css::xml::sax::XFastContextHandler> SAL_CALL createFastChildContext( sal_Int32 nElement, |