summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmloff/xmlstyle.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/xmloff/xmlstyle.hxx')
-rw-r--r--xmloff/inc/xmloff/xmlstyle.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/inc/xmloff/xmlstyle.hxx b/xmloff/inc/xmloff/xmlstyle.hxx
index c26912c72870..9361e11eb8b4 100644
--- a/xmloff/inc/xmloff/xmlstyle.hxx
+++ b/xmloff/inc/xmloff/xmlstyle.hxx
@@ -127,10 +127,10 @@ public:
sal_uInt16 GetFamily() const { return mnFamily; }
- BOOL IsValid() const { return mbValid; }
+ sal_Bool IsValid() const { return mbValid; }
void SetValid( sal_Bool b ) { mbValid = b; }
- BOOL IsNew() const { return mbNew; }
+ sal_Bool IsNew() const { return mbNew; }
void SetNew( sal_Bool b ) { mbNew = b; }
// This method is called for every default style
@@ -158,7 +158,7 @@ public:
and Finish() will not be called.
The default return value is false
*/
- virtual BOOL IsTransient() const;
+ virtual sal_Bool IsTransient() const;
};
class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext
@@ -243,7 +243,7 @@ public:
const SvXMLStyleContext *FindStyleChildContext(
sal_uInt16 nFamily,
const ::rtl::OUString& rName,
- BOOL bCreateIndex=sal_False ) const;
+ sal_Bool bCreateIndex=sal_False ) const;
virtual sal_uInt16 GetFamily( const ::rtl::OUString& rFamily ) const;
virtual UniReference < SvXMLImportPropertyMapper > GetImportPropertyMapper(
sal_uInt16 nFamily ) const;