summaryrefslogtreecommitdiff
path: root/sc/inc/dispuno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-10 12:09:19 +0200
committerNoel Grandin <noel@peralex.com>2014-02-10 14:44:54 +0200
commitcc66810df37225f9758ca09f2e6280bbe1a81f32 (patch)
tree791b2609a296ba8e5d08234683a1b6128fea2070 /sc/inc/dispuno.hxx
parent5bf2b49ef7f0534138cc2303b8fea688698048c4 (diff)
sal_Bool->bool
Change-Id: I55d0b09ab4e60a4725314691b2d9c170cd60e179
Diffstat (limited to 'sc/inc/dispuno.hxx')
-rw-r--r--sc/inc/dispuno.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/dispuno.hxx b/sc/inc/dispuno.hxx
index 2676e7dc35c5..eef1481b9c8b 100644
--- a/sc/inc/dispuno.hxx
+++ b/sc/inc/dispuno.hxx
@@ -106,7 +106,7 @@ class ScDispatch : public cppu::WeakImplHelper2<
ScTabViewShell* pViewShell;
XStatusListenerArr_Impl aDataSourceListeners;
ScImportParam aLastImport;
- sal_Bool bListeningToView;
+ bool bListeningToView;
public: