diff options
Diffstat (limited to 'include/svx/numfmtsh.hxx')
-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 86ade997f049..382a466343c0 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -159,7 +159,7 @@ public: short GetCategory4Entry(short nEntry); bool GetUserDefined4Entry(short nEntry); OUString GetFormat4Entry(short nEntry); - void SetComment4Entry(short nEntry,String aCommentString); + void SetComment4Entry(short nEntry, const OUString& aCommentString); void SetCurrencySymbol(sal_uInt16 nPos); sal_uInt32 GetCurrencySymbol(); |