summaryrefslogtreecommitdiff
path: root/include/svx/numfmtsh.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/numfmtsh.hxx')
-rw-r--r--include/svx/numfmtsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx
index 4610d3039882..d7282d1abe19 100644
--- a/include/svx/numfmtsh.hxx
+++ b/include/svx/numfmtsh.hxx
@@ -161,7 +161,7 @@ public:
void SetComment4Entry(short nEntry, const OUString& aCommentString);
void SetCurrencySymbol(sal_uInt32 nPos);
- sal_uInt32 GetCurrencySymbol();
+ sal_uInt32 GetCurrencySymbol() { return nCurCurrencyEntryPos;}
sal_uInt16 FindCurrencyFormat( const OUString& rFmtString );
sal_uInt16 FindCurrencyFormat(const NfCurrencyEntry* pTmpCurrencyEntry,bool bTmpBanking);
void SetCurCurrencyEntry(NfCurrencyEntry*);