summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/spellparam.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/inc/spellparam.hxx')
-rw-r--r--sc/source/ui/inc/spellparam.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sc/source/ui/inc/spellparam.hxx b/sc/source/ui/inc/spellparam.hxx
index 061c0c2517a0..af1537a33b9d 100644
--- a/sc/source/ui/inc/spellparam.hxx
+++ b/sc/source/ui/inc/spellparam.hxx
@@ -52,12 +52,12 @@ public:
sal_Int32 nOptions,
bool bIsInteractive );
- inline ScConversionType GetType() const { return meConvType; }
- inline LanguageType GetSourceLang() const { return meSourceLang; }
- inline LanguageType GetTargetLang() const { return meTargetLang; }
- inline const vcl::Font* GetTargetFont() const { return mbUseTargetFont ? &maTargetFont : nullptr; }
- inline sal_Int32 GetOptions() const { return mnOptions; }
- inline bool IsInteractive() const { return mbIsInteractive; }
+ ScConversionType GetType() const { return meConvType; }
+ LanguageType GetSourceLang() const { return meSourceLang; }
+ LanguageType GetTargetLang() const { return meTargetLang; }
+ const vcl::Font* GetTargetFont() const { return mbUseTargetFont ? &maTargetFont : nullptr; }
+ sal_Int32 GetOptions() const { return mnOptions; }
+ bool IsInteractive() const { return mbIsInteractive; }
private:
ScConversionType meConvType; /// Type of the conversion.