diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:26:19 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2004-06-25 11:26:19 +0000 |
commit | 302833c798b5e05d00b3e514bf9a570bb59f11d2 (patch) | |
tree | a97a8958de1e7c7d05d0d2166322bfa13ae09f34 | |
parent | 6ad4d9870ba361c44fa55e298f7a3fd3f78f8403 (diff) |
INTEGRATION: CWS mergebuild (1.2.4); FILE MERGED
2004/05/28 17:44:52 hjs 1.2.4.3: RESYNC: (1.4-1.6); FILE MERGED
2004/04/21 07:02:34 hjs 1.2.4.2: RESYNC: (1.2-1.4); FILE MERGED
2003/12/02 17:28:48 hjs 1.2.4.1: #i8252# change LanguageSelect to use isocodes
-rw-r--r-- | desktop/source/app/userinstall.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/desktop/source/app/userinstall.hxx b/desktop/source/app/userinstall.hxx index 3a9c9ea575e3..08b164fc6b70 100644 --- a/desktop/source/app/userinstall.hxx +++ b/desktop/source/app/userinstall.hxx @@ -2,9 +2,9 @@ * * $RCSfile: userinstall.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2004-05-21 16:18:34 $ + * last change: $Author: hjs $ $Date: 2004-06-25 12:26:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include <sal/types.h> +#include <rtl/ustring.hxx> #include <tools/lang.hxx> namespace desktop |