diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:20:34 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 13:20:34 +0000 |
commit | a0385303c5bacfaa42cb19bedbd7614ab9d58ebb (patch) | |
tree | ab4c76399c2eff26457ce6593590422fbe59154e /framework | |
parent | 7b75192779ecadb6767a1a046d31aeb33c37ad07 (diff) |
INTEGRATION: CWS internatiodel (1.3.94); FILE MERGED
2006/02/10 19:28:54 er 1.3.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/services/licensedlg.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/framework/inc/services/licensedlg.hxx b/framework/inc/services/licensedlg.hxx index d1df4e1cb356..d3d9efc98ffc 100644 --- a/framework/inc/services/licensedlg.hxx +++ b/framework/inc/services/licensedlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: licensedlg.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 00:31:30 $ + * last change: $Author: vg $ $Date: 2006-04-07 14:20:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -40,7 +40,6 @@ #include <rtl/ustring.hxx> #include <rtl/ustrbuf.hxx> #include <tools/string.hxx> -#include <tools/lang.hxx> #include <tools/resmgr.hxx> #include <vcl/button.hxx> #include <vcl/edit.hxx> @@ -109,4 +108,4 @@ class LicenseDialog : public ModalDialog }; } -#endif
\ No newline at end of file +#endif |