diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/filter/xml/wrtxml.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/xml/wrtxml.cxx b/sw/source/filter/xml/wrtxml.cxx index 53af00e5458e..1a7e201c4577 100644 --- a/sw/source/filter/xml/wrtxml.cxx +++ b/sw/source/filter/xml/wrtxml.cxx @@ -264,7 +264,7 @@ sal_uInt32 SwXMLWriter::_Write( const uno::Reference < task::XStatusIndicator >& { PropertyValue *pProps = aProps.getArray(); pProps->Name = "FileName"; - (pProps++)->Value <<= *pOrigFileName; + pProps->Value <<= *pOrigFileName; } // export sub streams for package, else full stream into a file |