summaryrefslogtreecommitdiffstats
path: root/xmloff/source/text/XMLRedlineExport.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-04-07 16:42:18 +0200
committerNoel Grandin <noel@peralex.com>2014-04-15 09:02:31 +0200
commit8a81f542a6ca566661305c53899b7e422cbaa432 (patch)
treeb70ce405aab1c29856fa824493a664ba8ba27596 /xmloff/source/text/XMLRedlineExport.hxx
parentavmedia: sal_Bool->bool (diff)
downloadcore-8a81f542a6ca566661305c53899b7e422cbaa432.tar.gz
core-8a81f542a6ca566661305c53899b7e422cbaa432.zip
xmloff: sal_Bool->bool
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Diffstat (limited to 'xmloff/source/text/XMLRedlineExport.hxx')
-rw-r--r--xmloff/source/text/XMLRedlineExport.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/text/XMLRedlineExport.hxx b/xmloff/source/text/XMLRedlineExport.hxx
index 59f21774b9a2..c62098a10b45 100644
--- a/xmloff/source/text/XMLRedlineExport.hxx
+++ b/xmloff/source/text/XMLRedlineExport.hxx
@@ -107,16 +107,16 @@ public:
/// PropertySet of RedlinePortion
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet,
- sal_Bool bAutoStyle);
+ bool bAutoStyle);
/// export the list of changes (complete list minus recorded changed)
- void ExportChangesList(sal_Bool bAutoStyles);
+ void ExportChangesList(bool bAutoStyles);
/// export the list of changes (recorded changes for this XText only)
void ExportChangesList(
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XText> & rText,
- sal_Bool bAutoStyles);
+ bool bAutoStyles);
/// set the current XText for which changes should be recorded.
/// An empty XText means: don't record changes
@@ -133,21 +133,21 @@ public:
void ExportStartOrEndRedline(
const ::com::sun::star::uno::Reference<
::com::sun::star::beans::XPropertySet> & rPropSet,
- sal_Bool bStart); /// start or end of text entity (e.g. paragraph)?
+ bool bStart); /// start or end of text entity (e.g. paragraph)?
/// convenience method, calls XPropertySet-version of this method
void ExportStartOrEndRedline(
/// XTextContent; must also be an XPropertySet
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextContent> & rContent,
- sal_Bool bStart);
+ bool bStart);
/// convenience method, calls XPropertySet-version of this method
void ExportStartOrEndRedline(
/// XTextSection; must also be an XPropertySet
const ::com::sun::star::uno::Reference<
::com::sun::star::text::XTextSection> & rSection,
- sal_Bool bStart);
+ bool bStart);
private: