summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/macrodlg.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-01-16 15:32:12 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-01-16 15:32:12 +0000
commit667c814f7de85e81e56e89b2734ed7fc252cf8fc (patch)
treec4e26e24f64fbb3078ebc314227418699b9ad9af /basctl/source/basicide/macrodlg.cxx
parent42f6254b47f59f8da9d95bd911e43aba33fc53d5 (diff)
INTEGRATION: CWS ab33 (1.34.42); FILE MERGED
2007/01/10 16:34:47 ab 1.34.42.1: #i69280# Removed warnings
Diffstat (limited to 'basctl/source/basicide/macrodlg.cxx')
-rw-r--r--basctl/source/basicide/macrodlg.cxx8
1 files changed, 5 insertions, 3 deletions
diff --git a/basctl/source/basicide/macrodlg.cxx b/basctl/source/basicide/macrodlg.cxx
index 6716ad42b194..53ba004d6195 100644
--- a/basctl/source/basicide/macrodlg.cxx
+++ b/basctl/source/basicide/macrodlg.cxx
@@ -4,9 +4,9 @@
*
* $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 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;
-DECLARE_LIST( MacroList, SbMethod* );
+DECLARE_LIST( MacroList, SbMethod* )
MacroChooser::MacroChooser( Window* pParnt, BOOL bCreateEntries ) :
SfxModalDialog( pParnt, IDEResId( RID_MACROCHOOSER ) ),
@@ -617,6 +617,8 @@ IMPL_LINK( MacroChooser, BasicSelectHdl, SvTreeListBox *, pBox )
IMPL_LINK( MacroChooser, EditModifyHdl, Edit *, pEdit )
{
+ (void)pEdit;
+
// Das Modul, in dem bei Neu das Macro landet, selektieren,
// wenn BasicManager oder Lib selektiert.
SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry();