From 2acf39b5656e414b9feb881dae4f92cff66cb278 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Wed, 22 Nov 2006 09:45:43 +0000 Subject: INTEGRATION: CWS hr33 (1.18.98); FILE MERGED 2006/11/03 17:07:05 hr 1.18.98.2: RESYNC: (1.18-1.20); FILE MERGED 2006/05/03 14:26:32 hr 1.18.98.1: #i55967#: remove not needed STL includes --- xmloff/source/transform/TransformerBase.cxx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'xmloff/source/transform') diff --git a/xmloff/source/transform/TransformerBase.cxx b/xmloff/source/transform/TransformerBase.cxx index 951e783df000..250f547652a1 100644 --- a/xmloff/source/transform/TransformerBase.cxx +++ b/xmloff/source/transform/TransformerBase.cxx @@ -4,9 +4,9 @@ * * $RCSfile: TransformerBase.cxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: obo $ $Date: 2006-09-17 11:29:06 $ + * last change: $Author: vg $ $Date: 2006-11-22 10:45:43 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -103,9 +103,6 @@ #include "TContextVector.hxx" #endif -#include -#include - using ::rtl::OUString; using ::rtl::OUStringBuffer; using namespace ::osl; -- cgit