diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 14:34:05 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-01-02 14:34:05 +0000 |
commit | a81c101287dce23cb077f8bbefab914d10d423fc (patch) | |
tree | 714628e28141734483d07f326bcb881731d62e68 /toolkit/inc | |
parent | c1320134bd2738393b5fe7049fec7254f914eed4 (diff) |
INTEGRATION: CWS ab31 (1.18.22); FILE MERGED
2006/11/23 13:10:19 cd 1.18.22.1: #i71514# ResourceResolver support for dialogs and dependent controls
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx b/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx index b6cb96f616c5..4478f1656698 100644 --- a/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx +++ b/toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx @@ -4,9 +4,9 @@ * * $RCSfile: geometrycontrolmodel.hxx,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: obo $ $Date: 2006-10-12 10:30:06 $ + * last change: $Author: hr $ $Date: 2007-01-02 15:34:05 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -63,6 +63,9 @@ #ifndef _COM_SUN_STAR_SCRIPT_XSCRIPTEVENTSSUPPLIER_HPP_ #include <com/sun/star/script/XScriptEventsSupplier.hpp> #endif +#ifndef _COM_SUN_STAR_RESOURCE_XSTRINGRESOURCERESOLVER_HPP_ +#include <com/sun/star/resource/XStringResourceResolver.hpp> +#endif #ifndef _CPPUHELPER_TYPEPROVIDER_HXX_ #include <cppuhelper/typeprovider.hxx> #endif @@ -108,6 +111,7 @@ FORWARD_DECLARE_INTERFACE( script, XNameContainer ) sal_Int16 m_nTabIndex; sal_Int32 m_nStep; ::rtl::OUString m_aTag; + ::com::sun::star::uno::Reference< ::com::sun::star::resource::XStringResourceResolver > m_xStrResolver; // </properties> sal_Bool m_bCloneable; |