summaryrefslogtreecommitdiff
path: root/oox/inc
diff options
context:
space:
mode:
Diffstat (limited to 'oox/inc')
-rw-r--r--oox/inc/drawingml/misccontexts.hxx2
-rw-r--r--oox/inc/drawingml/textliststyle.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/oox/inc/drawingml/misccontexts.hxx b/oox/inc/drawingml/misccontexts.hxx
index 1646cc6072bd..3aabbd15b54e 100644
--- a/oox/inc/drawingml/misccontexts.hxx
+++ b/oox/inc/drawingml/misccontexts.hxx
@@ -215,7 +215,7 @@ public:
const ::oox::AttributeList& rAttribs,
FillProperties& rFillProps );
-protected:
+private:
FillProperties& mrFillProps;
};
diff --git a/oox/inc/drawingml/textliststyle.hxx b/oox/inc/drawingml/textliststyle.hxx
index d4cc4556eabd..94b6b10dc569 100644
--- a/oox/inc/drawingml/textliststyle.hxx
+++ b/oox/inc/drawingml/textliststyle.hxx
@@ -49,7 +49,7 @@ public:
void dump() const;
#endif
-protected:
+private:
TextParagraphPropertiesVector maListStyle;
TextParagraphPropertiesVector maAggregationListStyle;