From f04c354a8288e2f60685e55cf89e5e580beb1c1a Mon Sep 17 00:00:00 2001 From: Laurent BP Date: Sun, 22 Oct 2017 19:38:19 +0200 Subject: QA test of StandardColor Change-Id: Ib5b414d533ea3dcce55f4e6a02f329e98acf6e83 Reviewed-on: https://gerrit.libreoffice.org/43791 Tested-by: Jenkins Reviewed-by: Eike Rathke --- include/svl/zformat.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/svl') 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 & GetEnglishKeywords() const; + const ::std::vector & GetStandardColor() const; + size_t GetMaxDefaultColors() const; private: ImpSvNumFor NumFor[4]; // Array for the 4 subformats -- cgit