diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/svx/numfmtsh.hxx | 1 | ||||
-rw-r--r-- | include/svx/tbcontrl.hxx | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx index 504b0877426a..179b597de497 100644 --- a/include/svx/numfmtsh.hxx +++ b/include/svx/numfmtsh.hxx @@ -170,7 +170,6 @@ public: short GetListPos4Entry( const OUString& rFmtString ); void GetCurrencySymbols(std::vector<OUString>& rList, sal_uInt16* pPos ); - void GetCurrencySymbols(std::vector<OUString>& rList, bool bFlag ); sal_uInt16 FindCurrencyTableEntry( const OUString& rFmtString, bool &bTestBanking ); bool IsInTable(sal_uInt16 nPos, bool bTmpBanking, diff --git a/include/svx/tbcontrl.hxx b/include/svx/tbcontrl.hxx index 928f75f0fc3e..0aaa94fc1d60 100644 --- a/include/svx/tbcontrl.hxx +++ b/include/svx/tbcontrl.hxx @@ -297,6 +297,8 @@ private: LanguageType m_eLanguage; sal_uInt32 m_nFormatKey; public: + static void GetCurrencySymbols( std::vector<OUString>& rList, bool bFlag, + std::vector<sal_uInt16>& rCurrencyList ); SFX_DECL_TOOLBOX_CONTROL(); SvxCurrencyToolBoxControl( sal_uInt16 nSlotId, sal_uInt16 nId, ToolBox& rBox ); virtual ~SvxCurrencyToolBoxControl(); |