summaryrefslogtreecommitdiffstats
path: root/writerfilter/source/ooxml/factoryimpl.py
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/source/ooxml/factoryimpl.py')
-rw-r--r--writerfilter/source/ooxml/factoryimpl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/writerfilter/source/ooxml/factoryimpl.py b/writerfilter/source/ooxml/factoryimpl.py
index c68d5ba06160..40618b95faca 100644
--- a/writerfilter/source/ooxml/factoryimpl.py
+++ b/writerfilter/source/ooxml/factoryimpl.py
@@ -21,7 +21,7 @@ def getElementsByTagNamesNS(parent, ns, names, ret=minidom.NodeList()):
def createFastChildContextFromFactory(model):
print("""uno::Reference<xml::sax::XFastContextHandler> OOXMLFactory::createFastChildContextFromFactory
-(OOXMLFastContextHandler* pHandler, OOXMLFactory_ns::Pointer_t pFactory, Token_t Element)
+(OOXMLFastContextHandler* pHandler, const OOXMLFactory_ns::Pointer_t& pFactory, Token_t Element)
{
uno::Reference <xml::sax::XFastContextHandler> aResult;
const Id nDefine = pHandler->getDefine();