summaryrefslogtreecommitdiff
path: root/basctl/source/inc/propbrw.hxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-08-01 10:05:20 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-08-01 10:06:16 +0900
commit088915c36ba207591a3d97e94bcf1a395bfa69ed (patch)
tree0c5fd77fddcdbc5b5c593467e24f96a86f2d54cd /basctl/source/inc/propbrw.hxx
parent8df3fbe5249c3f4a1ea3d5586b5c073d5a756fb0 (diff)
sal_Bool -> bool
Change-Id: I82157e89d04eda35525c5a540504e6a8d18bc86c
Diffstat (limited to 'basctl/source/inc/propbrw.hxx')
-rw-r--r--basctl/source/inc/propbrw.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basctl/source/inc/propbrw.hxx b/basctl/source/inc/propbrw.hxx
index 0822a2a125e4..87c2e6c8d94f 100644
--- a/basctl/source/inc/propbrw.hxx
+++ b/basctl/source/inc/propbrw.hxx
@@ -48,7 +48,7 @@ class SdrView;
class PropBrw : public SfxFloatingWindow , public SfxListener, public SfxBroadcaster
{
private:
- sal_Bool m_bInitialStateChange;
+ bool m_bInitialStateChange;
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory >
m_xORB;