diff options
-rw-r--r-- | svtools/source/contnr/templwin.hxx | 10 |
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; |