diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2013-04-21 16:55:25 +0200 |
---|---|---|
committer | Fridrich Strba <fridrich@documentfoundation.org> | 2013-04-22 07:16:25 +0000 |
commit | e0067f8451402f84093836e000acd09fe3ab820d (patch) | |
tree | 4afd4f60cd6f52f5bc3ed4c79861fa57d149469e /sw/source/ui/lingu/sdrhhcwrap.hxx | |
parent | 43c422ebb7a7c1431d179ed1b9572fabf9845aa8 (diff) |
sal_Bool to bool
Change-Id: I5831dfb7270ce3983a454c6c40558a74931d5200
Reviewed-on: https://gerrit.libreoffice.org/3537
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'sw/source/ui/lingu/sdrhhcwrap.hxx')
-rw-r--r-- | sw/source/ui/lingu/sdrhhcwrap.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/ui/lingu/sdrhhcwrap.hxx b/sw/source/ui/lingu/sdrhhcwrap.hxx index 86c9fc3af937..3932014c1b26 100644 --- a/sw/source/ui/lingu/sdrhhcwrap.hxx +++ b/sw/source/ui/lingu/sdrhhcwrap.hxx @@ -39,13 +39,13 @@ class SdrHHCWrapper : public SdrOutliner LanguageType nSourceLang; LanguageType nTargetLang; const Font* pTargetFont; - sal_Bool bIsInteractive; + bool bIsInteractive; public: SdrHHCWrapper( SwView* pVw, LanguageType nSourceLanguage, LanguageType nTargetLanguage, const Font* pTargetFnt, - sal_Int32 nConvOptions, sal_Bool bInteractive ); + sal_Int32 nConvOptions, bool bInteractive ); virtual ~SdrHHCWrapper(); |