summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optjsearch.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-16 11:39:08 +0200
committerNoel Grandin <noel@peralex.com>2014-04-16 11:51:51 +0200
commit5b1b1e55ce492ceb1a907833f7073b46451760c6 (patch)
tree6f1ff57b2cb011702eb79c41d180063ab16d9463 /cui/source/options/optjsearch.hxx
parentconnectivity: sal_Bool->bool (diff)
downloadcore-5b1b1e55ce492ceb1a907833f7073b46451760c6.tar.gz
core-5b1b1e55ce492ceb1a907833f7073b46451760c6.zip
cui: sal_Bool->bool
Change-Id: Ib7dd1f27d4909d30ee794936364a472a9755c609
Diffstat (limited to 'cui/source/options/optjsearch.hxx')
-rw-r--r--cui/source/options/optjsearch.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/source/options/optjsearch.hxx b/cui/source/options/optjsearch.hxx
index 6445b39bc55e..4c20a5c178a5 100644
--- a/cui/source/options/optjsearch.hxx
+++ b/cui/source/options/optjsearch.hxx
@@ -54,7 +54,7 @@ private:
CheckBox* m_pIgnoreMiddleDot;
sal_Int32 nTransliterationFlags;
- sal_Bool bSaveOptions;
+ bool bSaveOptions;
sal_Int32 GetTransliterationFlags_Impl();
@@ -69,8 +69,8 @@ public:
virtual void Reset( const SfxItemSet& rSet ) SAL_OVERRIDE;
virtual bool FillItemSet( SfxItemSet& rSet ) SAL_OVERRIDE;
- sal_Bool IsSaveOptions() const { return bSaveOptions; }
- void EnableSaveOptions( sal_Bool bVal ) { bSaveOptions = bVal; }
+ bool IsSaveOptions() const { return bSaveOptions; }
+ void EnableSaveOptions( bool bVal ) { bSaveOptions = bVal; }
sal_Int32 GetTransliterationFlags() const { return nTransliterationFlags; }
void SetTransliterationFlags( sal_Int32 nSettings );