diff options
author | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:39:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2007-06-20 09:39:53 +0000 |
commit | 67de7fbcd3069a49fd8bc5125b652828f118e11d (patch) | |
tree | 3ae7fc0a54df8b34d4644e09e4c7817609282fd3 /basctl/source/inc/dlged.hxx | |
parent | f6860f673f44c9971bca1121d61f835764a07199 (diff) |
INTEGRATION: CWS jl61 (1.17.32); FILE MERGED
2007/05/11 06:41:46 ab 1.17.32.1: #i77021# Support for decoration property
Diffstat (limited to 'basctl/source/inc/dlged.hxx')
-rw-r--r-- | basctl/source/inc/dlged.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/basctl/source/inc/dlged.hxx b/basctl/source/inc/dlged.hxx index a62df0191c05..e328f9fd4e19 100644 --- a/basctl/source/inc/dlged.hxx +++ b/basctl/source/inc/dlged.hxx @@ -4,9 +4,9 @@ * * $RCSfile: dlged.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: rt $ $Date: 2007-01-29 16:52:46 $ + * last change: $Author: kz $ $Date: 2007-06-20 10:39:53 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -179,6 +179,7 @@ public: void SetDialog( ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > xUnoControlDialogModel ); + void ResetDialog( void ); ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameContainer > GetDialog() const {return m_xUnoControlDialogModel;} |