diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:26:46 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:26:46 +0000 |
commit | 80edc17cc442fdaf79f346da2b0778e9d2a2ca52 (patch) | |
tree | ab2b9707118b1a49b2a69bec3eac83e3aa36c7b4 /sc/source/ui/inc | |
parent | 416ac6965aa4ee8af4520ab99fe6247b33ee0a8c (diff) |
INTEGRATION: CWS internatiodel (1.11.90); FILE MERGED
2006/02/10 19:32:43 er 1.11.90.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/source/ui/inc')
-rw-r--r-- | sc/source/ui/inc/ui_pch.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/inc/ui_pch.hxx b/sc/source/ui/inc/ui_pch.hxx index 2bb075dc6438..230a236ffe26 100644 --- a/sc/source/ui/inc/ui_pch.hxx +++ b/sc/source/ui/inc/ui_pch.hxx @@ -4,9 +4,9 @@ * * $RCSfile: ui_pch.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:01:18 $ + * last change: $Author: vg $ $Date: 2006-04-07 16:26:46 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -59,7 +59,7 @@ #include <tools/ref.hxx> #include <tools/list.hxx> #include <tools/link.hxx> -#include <tools/lang.hxx> +#include <i18npool/lang.h> #include <sfx2/sfx.hrc> #include <svtools/memberid.hrc> #include <sfx2/sfxsids.hrc> |