From 7f33ed417b2e29e5470724ea76967f64699a2662 Mon Sep 17 00:00:00 2001 From: Carsten Driesner Date: Mon, 17 Jan 2011 15:06:54 +0100 Subject: removetooltypes01: #i112600# Remove tools types from sw --- sw/inc/txtinet.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/txtinet.hxx') diff --git a/sw/inc/txtinet.hxx b/sw/inc/txtinet.hxx index 8e0d66df654e..62d48320bf06 100644 --- a/sw/inc/txtinet.hxx +++ b/sw/inc/txtinet.hxx @@ -51,7 +51,7 @@ public: TYPEINFO(); virtual void Modify( SfxPoolItem *pOld, SfxPoolItem *pNew); - virtual BOOL GetInfo( SfxPoolItem& rInfo ) const; + virtual sal_Bool GetInfo( SfxPoolItem& rInfo ) const; // get and set TxtNode pointer const SwTxtNode* GetpTxtNode() const { return m_pTxtNode; } @@ -68,7 +68,7 @@ public: bool IsVisitedValid() const { return m_bVisitedValid; } void SetVisitedValid( bool bNew ) { m_bVisitedValid = bNew; } - BOOL IsProtect() const; + sal_Bool IsProtect() const; }; inline const SwTxtNode& SwTxtINetFmt::GetTxtNode() const -- cgit v1.2.3