summaryrefslogtreecommitdiff
path: root/writerfilter/unocomponent
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-01-10 11:18:37 +0000
committerOliver Bolte <obo@openoffice.org>2008-01-10 11:18:37 +0000
commit6f246516d9520c3afcef42942085ee3579dc82e7 (patch)
treeba7068623b397f9582059c1307af8ce342fd8dc5 /writerfilter/unocomponent
parentd6c9e502666fef71822fe52b4491db353e646bb7 (diff)
INTEGRATION: CWS xmlfilter02 (1.10.12); FILE MERGED
2007/12/03 09:41:42 hbrinkm 1.10.12.4: exceptions.hxx moved to resourcemodel 2007/11/14 13:01:09 hbrinkm 1.10.12.3: namespace clean up 2007/10/19 11:31:33 hbrinkm 1.10.12.2: moved createAnalyzer to namespace writerfilter 2007/10/18 11:42:02 hbrinkm 1.10.12.1: WW8ResourceModel.hxx moved to inc/resourcemodel
Diffstat (limited to 'writerfilter/unocomponent')
-rw-r--r--writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
index 75d964a13594..d8da4f9f5ff3 100644
--- a/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
+++ b/writerfilter/unocomponent/debugservices/doctok/DocTokAnalyzeService.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DocTokAnalyzeService.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2007-06-19 05:32:46 $
+ * last change: $Author: obo $ $Date: 2008-01-10 12:18:37 $
*
* 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>
@@ -227,8 +227,8 @@ sal_Int32 SAL_CALL AnalyzeService::run
(doctok::WW8DocumentFactory::createDocument
(pDocStream));
- doctok::Stream::Pointer_t pAnalyzer =
- doctok::createAnalyzer();
+ Stream::Pointer_t pAnalyzer =
+ writerfilter::createAnalyzer();
pDocument->resolve(*pAnalyzer);
}
else
@@ -242,7 +242,7 @@ sal_Int32 SAL_CALL AnalyzeService::run
xInputStream->closeInput();
}
- catch (doctok::Exception e)
+ catch (Exception e)
{
fprintf(stdout, "<exception>%s</exception>\n",
e.getText().c_str());