summaryrefslogtreecommitdiff
path: root/include/oox
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox')
-rw-r--r--include/oox/dump/dumperbase.hxx1
-rw-r--r--include/oox/vml/vmlshapecontext.hxx4
2 files changed, 1 insertions, 4 deletions
diff --git a/include/oox/dump/dumperbase.hxx b/include/oox/dump/dumperbase.hxx
index 7367bfd6cec7..5445be3761cf 100644
--- a/include/oox/dump/dumperbase.hxx
+++ b/include/oox/dump/dumperbase.hxx
@@ -1602,7 +1602,6 @@ protected:
private:
void constructTextStrmObj( rtl_TextEncoding eTextEnc );
-protected:
std::shared_ptr< TextInputStream > mxTextStrm;
};
diff --git a/include/oox/vml/vmlshapecontext.hxx b/include/oox/vml/vmlshapecontext.hxx
index 84694e655865..7251c1656f68 100644
--- a/include/oox/vml/vmlshapecontext.hxx
+++ b/include/oox/vml/vmlshapecontext.hxx
@@ -141,10 +141,8 @@ private:
/** Processes the 'path' attribute. */
void setVmlPath( const OUString& rPath );
-protected:
- ShapeBase& mrShape;
-
private:
+ ShapeBase& mrShape;
ShapeModel& mrShapeModel;
};