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 a2378b82aefb..9355b7881788 100644
--- a/include/oox/ppt/slidepersist.hxx
+++ b/include/oox/ppt/slidepersist.hxx
@@ -139,14 +139,14 @@ private:
oox::ppt::HeaderFooter maHeaderFooter;
sal_Int32 mnLayoutValueToken;
- bool mbMaster;
- bool mbNotes;
-
- oox::drawingml::TextListStylePtr maDefaultTextStylePtr;
- oox::drawingml::TextListStylePtr maTitleTextStylePtr;
- oox::drawingml::TextListStylePtr maBodyTextStylePtr;
- oox::drawingml::TextListStylePtr maNotesTextStylePtr;
- oox::drawingml::TextListStylePtr maOtherTextStylePtr;
+ 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;
std::map< OUString, css::uno::Reference< css::animations::XAnimationNode > > maAnimNodesMap;
std::map< OUString, ::oox::drawingml::ShapePtr > maShapeMap;