INTEGRATION: CWS ab33 (1.34.42); FILE MERGED

2007/01/10 16:34:47 ab 1.34.42.1: #i69280# Removed warnings
This commit is contained in:
Vladimir Glazounov
2007-01-16 15:32:12 +00:00
parent 42f6254b47
commit 667c814f7d

View File

@@ -4,9 +4,9 @@
* *
* $RCSfile: macrodlg.cxx,v $ * $RCSfile: macrodlg.cxx,v $
* *
* $Revision: 1.34 $ * $Revision: 1.35 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 00:28:41 $ * last change: $Author: vg $ $Date: 2007-01-16 16:32:12 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
@@ -80,7 +80,7 @@ using namespace ::com::sun::star;
using namespace ::com::sun::star::uno; using namespace ::com::sun::star::uno;
DECLARE_LIST( MacroList, SbMethod* ); DECLARE_LIST( MacroList, SbMethod* )
MacroChooser::MacroChooser( Window* pParnt, BOOL bCreateEntries ) : MacroChooser::MacroChooser( Window* pParnt, BOOL bCreateEntries ) :
SfxModalDialog( pParnt, IDEResId( RID_MACROCHOOSER ) ), SfxModalDialog( pParnt, IDEResId( RID_MACROCHOOSER ) ),
@@ -617,6 +617,8 @@ IMPL_LINK( MacroChooser, BasicSelectHdl, SvTreeListBox *, pBox )
IMPL_LINK( MacroChooser, EditModifyHdl, Edit *, pEdit ) IMPL_LINK( MacroChooser, EditModifyHdl, Edit *, pEdit )
{ {
(void)pEdit;
// Das Modul, in dem bei Neu das Macro landet, selektieren, // Das Modul, in dem bei Neu das Macro landet, selektieren,
// wenn BasicManager oder Lib selektiert. // wenn BasicManager oder Lib selektiert.
SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry();