diff options
author | Laurent BP <laurent.balland-poirier@laposte.net> | 2017-10-22 12:04:53 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-10-23 13:12:50 +0200 |
commit | 1f053cd0d6a9ea43d0037fadf9976a178936c518 (patch) | |
tree | d8dcc3ef06a603d728f12f4ca42f33c490abca84 /include/svl/zformat.hxx | |
parent | ed57f47cdf1cb815df898c6ae63aa6db6d992fd3 (diff) |
tdf#33689 Make sEnglishKeyword static member
For QA test, we need to access sEnglishKeyword
Change-Id: Ib277204de14bc9268a5f3c825c3c7b3e61acbbc0
Reviewed-on: https://gerrit.libreoffice.org/43689
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'include/svl/zformat.hxx')
-rw-r--r-- | include/svl/zformat.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/svl/zformat.hxx b/include/svl/zformat.hxx index f3f11b97022f..a5ceeeac2e64 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -475,6 +475,9 @@ public: return false; } + const NfKeywordTable & GetKeywords() const; + const ::std::vector<OUString> & GetEnglishKeywords() const; + private: ImpSvNumFor NumFor[4]; // Array for the 4 subformats OUString sFormatstring; // The format code string |