summaryrefslogtreecommitdiff
path: root/basctl/source/inc/propbrw.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/inc/propbrw.hxx')
-rw-r--r--basctl/source/inc/propbrw.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx
index 98b2db3ebd8e..9fa674db4dfe 100644
--- a/basctl/source/inc/propbrw.hxx
+++ b/basctl/source/inc/propbrw.hxx
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -60,7 +60,7 @@ class SdrView;
class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster
{
private:
- sal_Bool m_bInitialStateChange;
+ sal_Bool m_bInitialStateChange;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
m_xORB;
@@ -74,7 +74,7 @@ private:
m_xContextDocument;
protected:
- SdrView* pView;
+ SdrView* pView;
virtual void Resize();
virtual void FillInfo( SfxChildWinInfo& rInfo ) const;
virtual sal_Bool Close();
@@ -104,7 +104,7 @@ public:
// note: changing the Context document to an instance other than the one given in the ctor is not supported
// currently
void Update( const SfxViewShell* _pShell );
- SdrView* GetCurView() const { return pView; }
+ SdrView* GetCurView() const { return pView; }
private:
void ImplUpdate( const ::com::sun::star::uno::Reference< ::com::sun::star::frame::XModel >& _rxContextDocument, SdrView* pView );