diff options
author | Michael Stahl <mstahl@redhat.com> | 2016-01-11 10:59:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-01-11 11:22:25 +0100 |
commit | 00d1c2800c10d542673ab6f5a5baa26aa1cbb20e (patch) | |
tree | 1c5f288f00bc9accc1d17c1bde56d58f78cf9969 /include/oox/export/shapes.hxx | |
parent | 9a64d7f8ddbd27020c1e9eb3866efbfaa62c8be5 (diff) |
oox: deterministic oleObject stream numbering
... like in sw.
Change-Id: I4ba5d404c4160e907330832b7710c1d96430badf
Diffstat (limited to 'include/oox/export/shapes.hxx')
-rw-r--r-- | include/oox/export/shapes.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/oox/export/shapes.hxx b/include/oox/export/shapes.hxx index 3269df1af917..29f597f4a3e6 100644 --- a/include/oox/export/shapes.hxx +++ b/include/oox/export/shapes.hxx @@ -69,7 +69,7 @@ public: class OOX_DLLPUBLIC ShapeExport : public DrawingML { private: - static int mnEmbeddeDocumentCounter; + int m_nEmbeddedObjects; struct ShapeCheck { bool operator()( const css::uno::Reference< css::drawing::XShape>& s1, const css::uno::Reference< css::drawing::XShape>& s2 ) const |