summaryrefslogtreecommitdiffstats
path: root/cui/source/options/optjsearch.hxx
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2011-01-14 12:41:27 +0100
committerMikhail Voytenko <mav@openoffice.org>2011-01-14 12:41:27 +0100
commit13c1c67ec50995550076b7085d1a955b9df09cd0 (patch)
tree02d6eb0b5492436ffdad936fa6eff8e9b076d3a9 /cui/source/options/optjsearch.hxx
parentremovetooltypes01: #i112600# remove tooltypes from extensions (diff)
downloadcore-13c1c67ec50995550076b7085d1a955b9df09cd0.tar.gz
core-13c1c67ec50995550076b7085d1a955b9df09cd0.zip
removetooltypes01: #i112600# remove tooltypes from cui
Diffstat (limited to 'cui/source/options/optjsearch.hxx')
-rw-r--r--cui/source/options/optjsearch.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/cui/source/options/optjsearch.hxx b/cui/source/options/optjsearch.hxx
index 6a1c91d42ae9..85976b0d76dc 100644
--- a/cui/source/options/optjsearch.hxx
+++ b/cui/source/options/optjsearch.hxx
@@ -64,10 +64,10 @@ private:
CheckBox aIgnoreWhitespace;
CheckBox aIgnoreMiddleDot;
- INT32 nTransliterationFlags;
- BOOL bSaveOptions;
+ sal_Int32 nTransliterationFlags;
+ sal_Bool bSaveOptions;
- INT32 GetTransliterationFlags_Impl();
+ sal_Int32 GetTransliterationFlags_Impl();
protected:
SvxJSearchOptionsPage( Window* pParent, const SfxItemSet& rSet );
@@ -78,13 +78,13 @@ public:
static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
virtual void Reset( const SfxItemSet& rSet );
- virtual BOOL FillItemSet( SfxItemSet& rSet );
+ virtual sal_Bool FillItemSet( SfxItemSet& rSet );
- BOOL IsSaveOptions() const { return bSaveOptions; }
- void EnableSaveOptions( BOOL bVal ) { bSaveOptions = bVal; }
+ sal_Bool IsSaveOptions() const { return bSaveOptions; }
+ void EnableSaveOptions( sal_Bool bVal ) { bSaveOptions = bVal; }
- INT32 GetTransliterationFlags() const { return nTransliterationFlags; }
- void SetTransliterationFlags( INT32 nSettings );
+ sal_Int32 GetTransliterationFlags() const { return nTransliterationFlags; }
+ void SetTransliterationFlags( sal_Int32 nSettings );
};
//////////////////////////////////////////////////////////////////////