From 9d95db770d2809388a49f4f2b4acf4c744e12eb3 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Thu, 10 Jan 2008 10:49:45 +0000 Subject: [PATCH] INTEGRATION: CWS xmlfilter02 (1.6.12); FILE MERGED 2007/11/14 12:57:47 hbrinkm 1.6.12.1: namespace clean up --- writerfilter/source/doctok/WW8StreamImpl.cxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/writerfilter/source/doctok/WW8StreamImpl.cxx b/writerfilter/source/doctok/WW8StreamImpl.cxx index 4d50a68b6182..af4174add551 100644 --- a/writerfilter/source/doctok/WW8StreamImpl.cxx +++ b/writerfilter/source/doctok/WW8StreamImpl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: WW8StreamImpl.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: hbrinkm $ $Date: 2006-12-14 15:34:34 $ + * last change: $Author: obo $ $Date: 2008-01-10 11:49:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,6 +40,7 @@ #include #include +namespace writerfilter { namespace doctok { using namespace ::com::sun::star; @@ -204,4 +205,4 @@ void WW8StreamImpl::dump(OutputWithDepth & o) const o.addItem(""); } -} +}}