summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/numfmtlb.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/uibase/inc/numfmtlb.hxx')
-rw-r--r--sw/source/uibase/inc/numfmtlb.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/uibase/inc/numfmtlb.hxx b/sw/source/uibase/inc/numfmtlb.hxx
index 68e242338413..27cdbc190f66 100644
--- a/sw/source/uibase/inc/numfmtlb.hxx
+++ b/sw/source/uibase/inc/numfmtlb.hxx
@@ -52,14 +52,14 @@ public:
void Clear();
- inline void SetOneArea(bool bOnlyOne) { bOneArea = bOnlyOne; }
+ void SetOneArea(bool bOnlyOne) { bOneArea = bOnlyOne; }
void SetFormatType(const short nFormatType);
- inline short GetFormatType() const { return nCurrFormatType; }
+ short GetFormatType() const { return nCurrFormatType; }
void SetDefFormat(const sal_uLong nDefFormat);
sal_uLong GetFormat() const;
- inline LanguageType GetCurLanguage() const { return eCurLanguage;}
+ LanguageType GetCurLanguage() const { return eCurLanguage;}
void SetLanguage(LanguageType eSet) { eCurLanguage = eSet;}
void SetAutomaticLanguage(bool bSet){bUseAutomaticLanguage = bSet;}