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, 0 insertions, 2 deletions
diff --git a/include/svx/numfmtsh.hxx b/include/svx/numfmtsh.hxx
index a5b7ba4c84de..15bf28b6cb2a 100644
--- a/include/svx/numfmtsh.hxx
+++ b/include/svx/numfmtsh.hxx
@@ -148,7 +148,6 @@ public:
void GetUpdateData( sal_uInt32* pDelArray, const sal_uInt32 nSize );
void SetCurNumFmtKey( sal_uInt32 nNew ) { nCurFormatKey = nNew; }
- void SetCurLanguage( LanguageType eNew ) { eCurLanguage = eNew; }
sal_uInt32 GetCurNumFmtKey() const { return nCurFormatKey; }
LanguageType GetCurLanguage() const { return eCurLanguage; }
@@ -178,7 +177,6 @@ public:
OUString const& rFmtString);
void SetUseStarFormat( bool bUse ) { bUseStarFormat = bUse; }
- bool IsUseStarFormat() { return bUseStarFormat; }
private:
static const double DEFAULT_NUMVALUE;