summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2016-01-11 10:59:17 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-01-12 09:01:02 +0000
commit434b7dd17befbad3c24df8cf3fedbdc1372670d6 (patch)
tree4933ee76ef4af2a6d947d0fdfc3e3f0c51ec00b8 /include
parent6a1f52054fefdcf5905a5ba3616b20fee7e5e26f (diff)
oox: deterministic oleObject stream numbering
... like in sw. Change-Id: I4ba5d404c4160e907330832b7710c1d96430badf (cherry picked from commit 00d1c2800c10d542673ab6f5a5baa26aa1cbb20e) Reviewed-on: https://gerrit.libreoffice.org/21355 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r--include/oox/export/shapes.hxx2
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