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.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/inc/spellparam.hxx b/sc/source/ui/inc/spellparam.hxx
index af1537a33b9d..6495a796ac5f 100644
--- a/sc/source/ui/inc/spellparam.hxx
+++ b/sc/source/ui/inc/spellparam.hxx
@@ -60,13 +60,13 @@ public:
bool IsInteractive() const { return mbIsInteractive; }
private:
- ScConversionType meConvType; /// Type of the conversion.
- LanguageType meSourceLang; /// Source language for conversion.
- LanguageType meTargetLang; /// Target language for conversion.
- vcl::Font maTargetFont; /// Target font to be used if language has to be changed.
- sal_Int32 mnOptions; /// Conversion options.
- bool mbUseTargetFont; /// True = Use maTargetFont to change font during conversion.
- bool mbIsInteractive; /// True = Text conversion has (specific) dialog that may be raised.
+ ScConversionType const meConvType; /// Type of the conversion.
+ LanguageType const meSourceLang; /// Source language for conversion.
+ LanguageType const meTargetLang; /// Target language for conversion.
+ vcl::Font maTargetFont; /// Target font to be used if language has to be changed.
+ sal_Int32 mnOptions; /// Conversion options.
+ bool const mbUseTargetFont; /// True = Use maTargetFont to change font during conversion.
+ bool const mbIsInteractive; /// True = Text conversion has (specific) dialog that may be raised.
};
#endif