diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-29 09:59:28 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-03 11:34:45 +0200 |
commit | 9083e8d1ca0246ba21423726d568846cb89efae9 (patch) | |
tree | 129faad1dc95f13be74ace8ded8c72d03e6f0755 /include | |
parent | 63947810107e042ebe440b865904c62e2d3f74d8 (diff) |
convert SvxNumberFormatShell::AddFormat from xub_Strlen to sal_Int32
And make the return code be -1 for error.
Change-Id: I17d066180a604208f0ad689d5dffb77d126c256b
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/numfmtsh.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index d80a3dd3f7d7..6755aef97469 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -104,7 +104,7 @@ public: Color*& rpFontColor ); bool AddFormat( OUString& rFormat, - xub_StrLen& rErrPos, + sal_Int32& rErrPos, sal_uInt16& rCatLbSelPos, short& rFmtSelPos, std::vector<OUString>& rFmtEntries ); |