From 9e6a0c54d84850920093eeb12931bd1046268156 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 12 Dec 2006 15:59:04 +0000 Subject: [PATCH] INTEGRATION: CWS sdwarningsbegone (1.5.38); FILE MERGED 2006/11/22 12:41:44 cl 1.5.38.1: #i69285# warning free code changes for unxlngi6.pro --- sd/source/ui/dlg/brkdlg.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sd/source/ui/dlg/brkdlg.cxx b/sd/source/ui/dlg/brkdlg.cxx index bfe87b4b2111..ce7d5ac18249 100644 --- a/sd/source/ui/dlg/brkdlg.cxx +++ b/sd/source/ui/dlg/brkdlg.cxx @@ -4,9 +4,9 @@ * * $RCSfile: brkdlg.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: obo $ $Date: 2006-09-16 18:35:32 $ + * last change: $Author: kz $ $Date: 2006-12-12 16:59:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -194,7 +194,7 @@ short BreakDlg::Execute() } // Linkmethode welche die Arbeitsfunktion startet -IMPL_LINK( BreakDlg, InitialUpdate, Timer*, pTimer ) +IMPL_LINK( BreakDlg, InitialUpdate, Timer*, EMPTYARG ) { pDrView->DoImportMarkedMtf(pProgrInfo); EndDialog(TRUE);