diff options
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 0289e8edaa4c..52a0deb3b10f 100644 --- a/include/svl/zformat.hxx +++ b/include/svl/zformat.hxx @@ -273,6 +273,8 @@ public: } return false; } + /** Get the count of numbers among string elements **/ + sal_uInt16 GetNumForNumberElementCount( sal_uInt16 nNumFor ) const; /** Get the scanned type of the specified subformat. */ short GetNumForInfoScannedType( sal_uInt16 nNumFor ) const |