summaryrefslogtreecommitdiff
path: root/include/svl/cjkoptions.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-02-19 21:49:02 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-02-20 08:17:00 +0100
commit12f1faf7bf7b236f54f740a9f65646749fc266ee (patch)
tree92b570339a02ac977907be12dc8e2e49291d177d /include/svl/cjkoptions.hxx
parent9e183fbfdbfbe364d17f9d36a0b33d2fae89862d (diff)
svl: sal_Bool -> bool
Change-Id: Ic31455a1f5ffffa35d4fdde901dd70734207b6f4
Diffstat (limited to 'include/svl/cjkoptions.hxx')
-rw-r--r--include/svl/cjkoptions.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/include/svl/cjkoptions.hxx b/include/svl/cjkoptions.hxx
index 5acbb7e49988..a599e8406882 100644
--- a/include/svl/cjkoptions.hxx
+++ b/include/svl/cjkoptions.hxx
@@ -49,20 +49,20 @@ public:
};
// bDontLoad is for referencing purposes only
- SvtCJKOptions(sal_Bool bDontLoad = sal_False);
+ SvtCJKOptions(bool bDontLoad = false);
virtual ~SvtCJKOptions();
- sal_Bool IsCJKFontEnabled() const;
- sal_Bool IsVerticalTextEnabled() const;
- sal_Bool IsAsianTypographyEnabled() const;
- sal_Bool IsJapaneseFindEnabled() const;
- sal_Bool IsRubyEnabled() const;
- sal_Bool IsChangeCaseMapEnabled() const;
- sal_Bool IsDoubleLinesEnabled() const;
+ bool IsCJKFontEnabled() const;
+ bool IsVerticalTextEnabled() const;
+ bool IsAsianTypographyEnabled() const;
+ bool IsJapaneseFindEnabled() const;
+ bool IsRubyEnabled() const;
+ bool IsChangeCaseMapEnabled() const;
+ bool IsDoubleLinesEnabled() const;
- void SetAll(sal_Bool bSet);
- sal_Bool IsAnyEnabled() const;
- sal_Bool IsReadOnly(EOption eOption) const;
+ void SetAll(bool bSet);
+ bool IsAnyEnabled() const;
+ bool IsReadOnly(EOption eOption) const;
};
#endif // INCLUDED_SVL_CJKOPTIONS_HXX