INTEGRATION: CWS xmlfilter02 (1.7.12); FILE MERGED
2007/12/03 09:41:41 hbrinkm 1.7.12.3: exceptions.hxx moved to resourcemodel 2007/11/14 13:01:09 hbrinkm 1.7.12.2: namespace clean up 2007/10/18 11:42:02 hbrinkm 1.7.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel
This commit is contained in:
parent
6f246516d9
commit
f1bc827794
1 changed files with 5 additions and 5 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: DocTokTestService.cxx,v $
|
||||
*
|
||||
* $Revision: 1.7 $
|
||||
* $Revision: 1.8 $
|
||||
*
|
||||
* last change: $Author: os $ $Date: 2007-06-19 05:32:46 $
|
||||
* last change: $Author: obo $ $Date: 2008-01-10 12:18:48 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -67,8 +67,8 @@
|
|||
#include <com/sun/star/lang/XMultiComponentFactory.hpp>
|
||||
#include <com/sun/star/uno/Any.hxx>
|
||||
#include <com/sun/star/container/XNameContainer.hpp>
|
||||
#include <doctok/WW8ResourceModel.hxx>
|
||||
#include <doctok/exceptions.hxx>
|
||||
#include <resourcemodel/WW8ResourceModel.hxx>
|
||||
#include <resourcemodel/exceptions.hxx>
|
||||
#include <doctok/WW8Document.hxx>
|
||||
|
||||
#include <ctype.h>
|
||||
|
@ -119,7 +119,7 @@ sal_Int32 SAL_CALL ScannerTestService::run( const uno::Sequence< rtl::OUString >
|
|||
TimeValue t1; osl_getSystemTime(&t1);
|
||||
#endif
|
||||
|
||||
doctok::Stream::Pointer_t pStream = doctok::createStreamHandler();
|
||||
Stream::Pointer_t pStream = createStreamHandler();
|
||||
pDocument->resolve(*pStream);
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Reference in a new issue