summaryrefslogtreecommitdiff
path: root/include/oox/ppt/slidepersist.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/slidepersist.hxx')
-rw-r--r--include/oox/ppt/slidepersist.hxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/include/oox/ppt/slidepersist.hxx b/include/oox/ppt/slidepersist.hxx
index 8ef8515757bf..383bc501abc5 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -140,14 +140,14 @@ private:
oox::ppt::HeaderFooter maHeaderFooter;
sal_Int32 mnLayoutValueToken;
- bool const mbMaster;
- bool const mbNotes;
-
- oox::drawingml::TextListStylePtr const maDefaultTextStylePtr;
- oox::drawingml::TextListStylePtr const maTitleTextStylePtr;
- oox::drawingml::TextListStylePtr const maBodyTextStylePtr;
- oox::drawingml::TextListStylePtr const maNotesTextStylePtr;
- oox::drawingml::TextListStylePtr const maOtherTextStylePtr;
+ bool mbMaster;
+ bool mbNotes;
+
+ oox::drawingml::TextListStylePtr maDefaultTextStylePtr;
+ oox::drawingml::TextListStylePtr maTitleTextStylePtr;
+ oox::drawingml::TextListStylePtr maBodyTextStylePtr;
+ oox::drawingml::TextListStylePtr maNotesTextStylePtr;
+ oox::drawingml::TextListStylePtr maOtherTextStylePtr;
std::map< OUString, css::uno::Reference< css::animations::XAnimationNode > > maAnimNodesMap;
std::map< OUString, ::oox::drawingml::ShapePtr > maShapeMap;