summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-01-17 14:34:15 +0200
committerNoel Grandin <noel@peralex.com>2014-01-20 13:13:51 +0200
commitde139552bead429544e16f2c3bffd1fcbbc3c91b (patch)
tree3fe4c78a9dd9a82ffad02e69d90e598546458eb2 /sc/inc/chart2uno.hxx
parentf8e5ba4f514487ddc8fa1b42f6d536d00728ddf7 (diff)
sal_Bool->bool
Change-Id: Id85765e1ae560364d8cf5e33b509473a362d63ed
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 4f54357985e9..d15a07036e43 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -184,7 +184,7 @@ private:
ScDocument* m_pDocument;
SfxItemPropertySet m_aPropSet;
- sal_Bool m_bIncludeHiddenCells;
+ bool m_bIncludeHiddenCells;
};
// DataSource
@@ -428,7 +428,7 @@ private:
// properties
::com::sun::star::chart2::data::DataSequenceRole m_aRole;
- sal_Bool m_bIncludeHiddenCells;
+ bool m_bIncludeHiddenCells;
// internals
typedef boost::scoped_ptr<std::vector<ScTokenRef> > TokenListPtr;