summaryrefslogtreecommitdiff
path: root/sc/source/ui/pagedlg
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/pagedlg')
-rw-r--r--sc/source/ui/pagedlg/tphfedit.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/sc/source/ui/pagedlg/tphfedit.cxx b/sc/source/ui/pagedlg/tphfedit.cxx
index 3e3b56f49f64..8a9aa7438161 100644
--- a/sc/source/ui/pagedlg/tphfedit.cxx
+++ b/sc/source/ui/pagedlg/tphfedit.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: tphfedit.cxx,v $
*
- * $Revision: 1.15 $
+ * $Revision: 1.16 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 14:22:38 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:37:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -229,10 +229,10 @@ ScEditWindow* GetScEditWindow ()
//CHINA001
//CHINA001 // -----------------------------------------------------------------------
//CHINA001
-//CHINA001 #define SET_CMD(i,id) \
-//CHINA001 aCmd = aDel; \
-//CHINA001 aCmd += ScGlobal::GetRscString( id ); \
-//CHINA001 aCmd += aDel; \
+//CHINA001 #define SET_CMD(i,id) x
+//CHINA001 aCmd = aDel; x
+//CHINA001 aCmd += ScGlobal::GetRscString( id ); x
+//CHINA001 aCmd += aDel; x
//CHINA001 aCmdArr[i] = aCmd;
//CHINA001
//CHINA001 // -----------------------------------------------------------------------
@@ -779,7 +779,7 @@ long ScExtIButton::PreNotify( NotifyEvent& rNEvt )
return ImageButton::PreNotify(rNEvt );
}
-IMPL_LINK( ScExtIButton, TimerHdl, Timer*, pTi)
+IMPL_LINK( ScExtIButton, TimerHdl, Timer*, EMPTYARG )
{
StartPopup();
return 0;