summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-10-24 17:34:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-10-24 17:34:39 +0000
commit7874408ba1062d64ece38d251a36f3a352d27e4d (patch)
tree7a78a7612bf8dbd459abf9f1655bc12c22cee717
parentb00576c00c16a34b344a495839e99ee71bf40a46 (diff)
INTEGRATION: CWS lo8 (1.9.156); FILE MERGED
2005/10/18 16:58:08 lo 1.9.156.2: RESYNC: (1.9-1.10); FILE MERGED 2005/06/07 10:14:09 lo 1.9.156.1: #i32939# use system locale to set up default document language
-rw-r--r--desktop/source/app/userinstall.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/desktop/source/app/userinstall.hxx b/desktop/source/app/userinstall.hxx
index d9424f9581ef..5a9996a0ad23 100644
--- a/desktop/source/app/userinstall.hxx
+++ b/desktop/source/app/userinstall.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: userinstall.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:14:15 $
+ * last change: $Author: hr $ $Date: 2005-10-24 18:34:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -55,10 +55,5 @@ public:
};
static UserInstallError finalize();
-
- // configureLanguage ensures that a ooLocale is set to a valid
- // Language every time since the Language of the base
- // install might change
- static UserInstallError configureLanguage();
};
}