summaryrefslogtreecommitdiff
path: root/sfx2/inc/about.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/inc/about.hxx')
-rw-r--r--sfx2/inc/about.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/inc/about.hxx b/sfx2/inc/about.hxx
index b3b347917ddc..aa4a8e21bd4f 100644
--- a/sfx2/inc/about.hxx
+++ b/sfx2/inc/about.hxx
@@ -64,10 +64,10 @@ private:
long m_nDeltaWidth;
int m_nPendingScrolls;
- BOOL bNormal;
+ sal_Bool bNormal;
protected:
- virtual BOOL Close();
+ virtual sal_Bool Close();
virtual void Paint( const Rectangle& );
public: