[Libreoffice-commits] .: oox/inc

David Tardon dtardon at kemper.freedesktop.org
Mon Mar 28 03:41:38 PDT 2011


 oox/inc/oox/export/vmlexport.hxx |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 201845d7ce0a07271043f1a8a398128b91eb53fd
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Mar 28 12:41:29 2011 +0200

    WaE: overloaded virtual

diff --git a/oox/inc/oox/export/vmlexport.hxx b/oox/inc/oox/export/vmlexport.hxx
index 5ba5249..2fec614 100644
--- a/oox/inc/oox/export/vmlexport.hxx
+++ b/oox/inc/oox/export/vmlexport.hxx
@@ -78,6 +78,9 @@ protected:
     /// added attribute is preserved.
     void                AddShapeAttribute( sal_Int32 nAttribute, const rtl::OString& sValue );
 
+    using EscherEx::StartShape;
+    using EscherEx::EndShape;
+
     /// Start the shape for which we just collected the information.
     ///
     /// Returns the element's tag number, -1 means we wrote nothing.


More information about the Libreoffice-commits mailing list