summaryrefslogtreecommitdiff
path: root/sc/inc/editsrc.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 14:06:38 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 09:01:08 +0200
commit3876dcbf859811d618e6fd30b755d03798ef2ff9 (patch)
tree1510a7235f3a35bc3efa4f4f383ae9ae7c51e091 /sc/inc/editsrc.hxx
parent11679c2c20241b6b3f6f8982b18c822e978ee76b (diff)
sal_Bool->bool
Change-Id: Ib952b18bff75cf7ea1257a53ac378c064076dfea
Diffstat (limited to 'sc/inc/editsrc.hxx')
-rw-r--r--sc/inc/editsrc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/editsrc.hxx b/sc/inc/editsrc.hxx
index cfb9d3ef22a1..95aa54155823 100644
--- a/sc/inc/editsrc.hxx
+++ b/sc/inc/editsrc.hxx
@@ -99,7 +99,7 @@ private:
ScAddress aCellPos;
ScEditEngineDefaulter* pEditEngine;
SvxEditEngineForwarder* pForwarder;
- sal_Bool bDataValid;
+ bool bDataValid;
SdrObject* GetCaptionObj();
public: