diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2017-10-22 19:38:19 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-11-01 15:32:07 +0100 |
commit | f04c354a8288e2f60685e55cf89e5e580beb1c1a (patch) | |
tree | ef492673f2552a9d098f3326fbd2ebea576f546d /include | |
parent | a4bf4aa86d5560bd7bd740d4a9637e5c637c9116 (diff) |
QA test of StandardColor
Change-Id: Ib5b414d533ea3dcce55f4e6a02f329e98acf6e83
Reviewed-on: https://gerrit.libreoffice.org/43791
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/zformat.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index 3148e89df8a3..882082a6313e 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -475,6 +475,8 @@ public: const NfKeywordTable & GetKeywords() const; const ::std::vector<OUString> & GetEnglishKeywords() const; + const ::std::vector<Color> & GetStandardColor() const; + size_t GetMaxDefaultColors() const; private: ImpSvNumFor NumFor[4]; // Array for the 4 subformats |