diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:50:18 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-04-28 15:50:18 +0000 |
commit | 37ef919b2fff860001cec566c5897f24900fc2a2 (patch) | |
tree | 0458c3e56b5f417225aa59f18ae0599b5e8f3436 /i18npool/source/transliteration/hiraganaToKatakana.cxx | |
parent | a98c8d609e68e44187b3dc190b7b54096037fa30 (diff) |
INTEGRATION: CWS ooo20030412 (1.2.44); FILE MERGED
2003/04/12 22:30:11 mh 1.2.44.2: RESYNC: (1.2-1.5); FILE MERGED
2003/04/11 11:38:36 mh 1.2.44.1: join: from ooo11beta
Diffstat (limited to 'i18npool/source/transliteration/hiraganaToKatakana.cxx')
-rw-r--r-- | i18npool/source/transliteration/hiraganaToKatakana.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i18npool/source/transliteration/hiraganaToKatakana.cxx b/i18npool/source/transliteration/hiraganaToKatakana.cxx index 1f4db5ced2fa..f04e517ed4d6 100644 --- a/i18npool/source/transliteration/hiraganaToKatakana.cxx +++ b/i18npool/source/transliteration/hiraganaToKatakana.cxx @@ -2,9 +2,9 @@ * * $RCSfile: hiraganaToKatakana.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2003-04-08 16:01:48 $ + * last change: $Author: hr $ $Date: 2003-04-28 16:50:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -60,7 +60,7 @@ ************************************************************************/ // prevent internal compiler error with MSVC6SP3 -#include <stl/utility> +#include <utility> #define TRANSLITERATION_hiraganaToKatakana #include <transliteration_OneToOne.hxx> |