diff options
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r-- | sc/inc/chart2uno.hxx | 4 |
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; |