summaryrefslogtreecommitdiff
path: root/svtools/source/contnr
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:33:54 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 15:33:54 +0000
commit8b9c15d79168bb398155c093dd27ea5719c56e1c (patch)
tree308dafb29f0a62a3ad619f4a4c62b190ec54641d /svtools/source/contnr
parent7341d96024508d2f26949372bcd143bd14ccb15e (diff)
INTEGRATION: CWS mergebuild (1.26.172); FILE MERGED
2004/01/29 11:55:43 hjs 1.26.172.1: #i8252# chng. resmgr creation parameters from LanguageType to ::com::sun::star::lang::Locale
Diffstat (limited to 'svtools/source/contnr')
-rw-r--r--svtools/source/contnr/templwin.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/svtools/source/contnr/templwin.hxx b/svtools/source/contnr/templwin.hxx
index c292f771bc8d..cd809f56bcec 100644
--- a/svtools/source/contnr/templwin.hxx
+++ b/svtools/source/contnr/templwin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: templwin.hxx,v $
*
- * $Revision: 1.26 $
+ * $Revision: 1.27 $
*
- * last change: $Author: hr $ $Date: 2003-03-27 14:37:41 $
+ * last change: $Author: hjs $ $Date: 2004-06-25 16:33:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -87,6 +87,10 @@
#include "svmedit2.hxx"
#endif
+#ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_
+#include <com/sun/star/lang/Locale.hpp>
+#endif
+
namespace com{ namespace sun { namespace star { namespace awt { class XWindow; } } } };
namespace com{ namespace sun { namespace star { namespace frame { class XFrame; } } } };
namespace com{ namespace sun { namespace star { namespace io { class XPersist; } } } };
@@ -242,7 +246,7 @@ private:
SvtExtendedMultiLineEdit_Impl* pEditWin;
Window* pTextWin;
Window* pEmptyWin;
- LanguageType eLangType;
+ ::com::sun::star::lang::Locale aLocale;
SvtDocInfoTable_Impl aInfoTable;
String aCurrentURL;
::rtl::OUString m_aOpenURL;