diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:23:40 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-11-01 15:23:40 +0000 |
commit | b3e56236cd282e4a8078a08e596f7bd9a762d3e2 (patch) | |
tree | 1354192bc35e759c80480a03ac288f9cbcce949c /basctl | |
parent | cbe16c0d4509b5806c1c73618f425ef4d6e3f3c8 (diff) |
INTEGRATION: CWS npower3 (1.19.40); FILE MERGED
2006/09/28 21:29:15 npower 1.19.40.1: #i64377# pass interaction handler for ui requests
Diffstat (limited to 'basctl')
-rw-r--r-- | basctl/source/basicide/moduldlg.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx index ffd88908398e..2ee2f81b9e45 100644 --- a/basctl/source/basicide/moduldlg.hxx +++ b/basctl/source/basicide/moduldlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: moduldlg.hxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: vg $ $Date: 2006-04-07 08:44:49 $ + * last change: $Author: vg $ $Date: 2006-11-01 16:23:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -279,7 +279,7 @@ protected: void NewLib(); void InsertLib(); void implExportLib( const String& aLibName, const String& aTargetURL, - const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > Handler ); + const ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >& Handler ); void Export(); void ExportAsPackage( const String& aLibName ); void ExportAsBasic( const String& aLibName ); |