diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:35:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-14 13:35:07 +0000 |
commit | dcd421123862c08c2a25597b682ccfde6f874f0a (patch) | |
tree | 1afdfef234e4f7916ae428908843d709a7aec5f4 /extensions/source/abpilot/unodialogabp.hxx | |
parent | d63e0e7523d17c81e48fe2b21203372b04a86ab0 (diff) |
INTEGRATION: CWS wae4extensions (1.7.380); FILE MERGED
2007/09/27 07:18:22 fs 1.7.380.1: #i81612# warning-free code
Diffstat (limited to 'extensions/source/abpilot/unodialogabp.hxx')
-rw-r--r-- | extensions/source/abpilot/unodialogabp.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extensions/source/abpilot/unodialogabp.hxx b/extensions/source/abpilot/unodialogabp.hxx index d6e0cd3349d7..637b8dea630a 100644 --- a/extensions/source/abpilot/unodialogabp.hxx +++ b/extensions/source/abpilot/unodialogabp.hxx @@ -4,9 +4,9 @@ * * $RCSfile: unodialogabp.hxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2005-09-23 12:50:23 $ + * last change: $Author: ihi $ $Date: 2008-01-14 14:35:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -104,6 +104,7 @@ namespace abp // XJob virtual ::com::sun::star::uno::Any SAL_CALL execute( const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::NamedValue >& lArgs ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException); + using OABSPilotUno_DBase::execute; protected: // OGenericUnoDialog overridables virtual Dialog* createDialog(Window* _pParent); |