summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich_strba@openoffice.org>2007-02-22 16:16:07 +0000
committerFridrich Štrba <fridrich_strba@openoffice.org>2007-02-22 16:16:07 +0000
commit89e836f6c1d1509c0d6a67805b236717e90d6c0e (patch)
tree20e6d7c82ccff044c2f8d5106baa71164b162bdc /writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx
parent6fa8e81a45e69b147a761fe4262a28fc6721e36c (diff)
unbreak build
Diffstat (limited to 'writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx')
-rw-r--r--writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx
index 715c28efbdf0..f01cbe2d98f5 100644
--- a/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx
+++ b/writerfilter/unocomponent/debugservices/ooxml/OOXMLTestService.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: OOXMLTestService.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hbrinkm $ $Date: 2007-02-21 13:38:10 $
+ * last change: $Author: fridrich_strba $ $Date: 2007-02-22 17:16:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,7 +129,7 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString >
uno::Reference<io::XInputStream> xInputStream = xFileAccess->openFileRead(absFileUrl);
ooxml::OOXMLStream::Pointer_t pDocStream = ooxml::OOXMLDocumentFactory::createStream(xContext, xInputStream);
- ooxml::OOXMLDocument::Pointer_t pDocument = ooxml::OOXMLDocumentFactory::createDocument(pDocStream);
+ ooxml::OOXMLDocument::Pointer_t pDocument(ooxml::OOXMLDocumentFactory::createDocument(pDocStream));
#if 0
TimeValue t1; osl_getSystemTime(&t1);