summaryrefslogtreecommitdiffstats
path: root/sw/source/ui/inc/fldmgr.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:43:17 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-01-25 10:44:33 +0900
commit17deff0c9a066ab4208747062577ab700dac60ef (patch)
tree53ce2d59ec2d4f65a42fe1274505e58593255ee2 /sw/source/ui/inc/fldmgr.hxx
parentOUString: remove namespace and chained appends (diff)
downloadcore-17deff0c9a066ab4208747062577ab700dac60ef.tar.gz
core-17deff0c9a066ab4208747062577ab700dac60ef.zip
sal_Bool to bool
Change-Id: I3a18222fe21c05edc87e480086be7e4faef3219c
Diffstat (limited to 'sw/source/ui/inc/fldmgr.hxx')
-rw-r--r--sw/source/ui/inc/fldmgr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/ui/inc/fldmgr.hxx b/sw/source/ui/inc/fldmgr.hxx
index 99e049634438..c42cd34fb221 100644
--- a/sw/source/ui/inc/fldmgr.hxx
+++ b/sw/source/ui/inc/fldmgr.hxx
@@ -166,7 +166,7 @@ public:
sal_Bool bIsTable, const String& rFldName);
// organise RefMark with names
- sal_Bool CanInsertRefMark( const String& rStr );
+ bool CanInsertRefMark( const String& rStr );
// access to field types via ResId
@@ -193,13 +193,13 @@ public:
static sal_uInt16 GetPos(sal_uInt16 nTypeId);
// subtypes to a type
- sal_Bool GetSubTypes(sal_uInt16 nId, std::vector<rtl::OUString>& rToFill);
+ bool GetSubTypes(sal_uInt16 nId, std::vector<rtl::OUString>& rToFill);
// format to a type
- sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, sal_Bool bIsText, sal_Bool bHtmlMode = sal_False) const;
+ sal_uInt16 GetFormatCount(sal_uInt16 nTypeId, bool bIsText, sal_Bool bHtmlMode = sal_False) const;
String GetFormatStr(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
sal_uInt16 GetFormatId(sal_uInt16 nTypeId, sal_uLong nFormatId) const;
- sal_uLong GetDefaultFormat(sal_uInt16 nTypeId, sal_Bool bIsText, SvNumberFormatter* pFormatter, double* pVal = 0L);
+ sal_uLong GetDefaultFormat(sal_uInt16 nTypeId, bool bIsText, SvNumberFormatter* pFormatter, double* pVal = 0L);
// turn off evaluation of expression fields for insertation
// of many expressino fields (see labels)