summaryrefslogtreecommitdiff
path: root/sc/inc/editutil.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 15:24:39 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:09 +0200
commit49b78a5d67cf808736497f888163bfb10cffec3b (patch)
tree80637005935a1bcc0fb69cc97d85e5c3561d8540 /sc/inc/editutil.hxx
parentc32f314d55f5d7d1a574cce30b2cc02f1713b9ff (diff)
sal_Bool->bool
Change-Id: I89492db6557109623418c610f8dbbee021d1eb5a
Diffstat (limited to 'sc/inc/editutil.hxx')
-rw-r--r--sc/inc/editutil.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/editutil.hxx b/sc/inc/editutil.hxx
index e9a1ad049337..21cf64388631 100644
--- a/sc/inc/editutil.hxx
+++ b/sc/inc/editutil.hxx
@@ -116,11 +116,11 @@ class ScEnginePoolHelper
protected:
SfxItemPool* pEnginePool;
SfxItemSet* pDefaults;
- sal_Bool bDeleteEnginePool;
- sal_Bool bDeleteDefaults;
+ bool bDeleteEnginePool;
+ bool bDeleteDefaults;
ScEnginePoolHelper( SfxItemPool* pEnginePool,
- sal_Bool bDeleteEnginePool = false );
+ bool bDeleteEnginePool = false );
ScEnginePoolHelper( const ScEnginePoolHelper& rOrg );
virtual ~ScEnginePoolHelper();
};