summaryrefslogtreecommitdiff
path: root/sw/inc/unocoll.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r--sw/inc/unocoll.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index f055acc10859..975fbbde8b2c 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -54,17 +54,17 @@ class SwXBookmark;
class SwUnoCollection
{
SwDoc* pDoc;
- sal_Bool bObjectValid;
+ bool bObjectValid;
public:
SwUnoCollection(SwDoc* p) :
pDoc(p),
- bObjectValid(sal_True){}
+ bObjectValid(true){}
virtual ~SwUnoCollection() {}
virtual void Invalidate();
- sal_Bool IsValid() const {return bObjectValid;}
+ bool IsValid() const {return bObjectValid;}
SwDoc* GetDoc() const {return pDoc;}
};
@@ -475,7 +475,7 @@ class SwXFootnotes : public SwSimpleIndexAccessBaseClass,
protected:
virtual ~SwXFootnotes();
public:
- SwXFootnotes(sal_Bool bEnd, SwDoc* pDoc);
+ SwXFootnotes(bool bEnd, SwDoc* pDoc);
//XIndexAccess
virtual sal_Int32 SAL_CALL SAL_CALL getCount(void) throw( ::com::sun::star::uno::RuntimeException, std::exception ) SAL_OVERRIDE;