diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-10-11 08:25:13 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-10-11 08:25:13 +0000 |
commit | df907c43f80ba4b4ea94268a20daa29cd1e65e2d (patch) | |
tree | 84d244479b031063c7ac9f0e5281e7ca7821984d /lingucomponent | |
parent | b334ca3469a829de06c7a38056bb9162e074f4f9 (diff) |
INTEGRATION: CWS cmcfixes28 (1.18.8); FILE MERGED
2006/09/27 09:27:28 cmc 1.18.8.1: #i69260# unneccesary iostreams.h
Diffstat (limited to 'lingucomponent')
-rw-r--r-- | lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx index 42255b7d3b60..ce00f166cbf5 100644 --- a/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx +++ b/lingucomponent/source/hyphenator/altlinuxhyph/hyphen/hyphenimp.cxx @@ -4,9 +4,9 @@ * * $RCSfile: hyphenimp.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2006-10-04 16:10:35 $ + * last change: $Author: obo $ $Date: 2006-10-11 09:25:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -93,7 +93,6 @@ #include "dictmgr.hxx" #include <stdio.h> -#include <iostream> using namespace utl; using namespace osl; using namespace rtl; |