summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
authorSarper Akdemir <sarper.akdemir@collabora.com>2021-08-24 23:58:35 +0300
committerMiklos Vajna <vmiklos@collabora.com>2021-11-17 19:58:01 +0100
commit9acb80943da5aaaf5d515a794f8a825d88bda430 (patch)
treeb4988fe86233ec6f8be04f974c8bac286c0d28da /include/oox
parentfe1121cb8c79b0843b26331325332c3953049a92 (diff)
rename getSchemeName getSchemeIndex to remove ambiguity
[ Miklos: i.e. index could be a theme index or an index into a color set, this one is the later case. ] (cherry picked from commit aef22c3bbf1b4bb8ab9ba2bccb7005e0d0c75cb3, from the feature/themesupport2 branch) Conflicts: oox/source/drawingml/shape.cxx oox/source/drawingml/shape3dproperties.cxx Change-Id: I495e4b39975f1483607972ccbcc9348021710519 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125414 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/drawingml/color.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/oox/drawingml/color.hxx b/include/oox/drawingml/color.hxx
index f213dba9a973..00473cfe6f27 100644
--- a/include/oox/drawingml/color.hxx
+++ b/include/oox/drawingml/color.hxx
@@ -97,8 +97,8 @@ public:
sal_Int16 getTransparency() const;
/** Returns the scheme name from the a:schemeClr element for interoperability purposes */
- const OUString& getSchemeName() const { return msSchemeName; }
- sal_Int16 getSchemeIndex() const;
+ const OUString& getSchemeColorName() const { return msSchemeName; }
+ sal_Int16 getSchemeColorIndex() const;
/** Returns the unaltered list of transformations for interoperability purposes */
const css::uno::Sequence< css::beans::PropertyValue >& getTransformations() const { return maInteropTransformations;}