From a81c101287dce23cb077f8bbefab914d10d423fc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Tue, 2 Jan 2007 14:34:05 +0000 Subject: 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 --- toolkit/inc/toolkit/controls/geometrycontrolmodel.hxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'toolkit/inc') 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 #endif +#ifndef _COM_SUN_STAR_RESOURCE_XSTRINGRESOURCERESOLVER_HPP_ +#include +#endif #ifndef _CPPUHELPER_TYPEPROVIDER_HXX_ #include #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; // sal_Bool m_bCloneable; -- cgit