summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 12:14:56 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 12:14:56 +0000
commit7042e5a38a56f612d69c0e139e546c6e6324eb3b (patch)
tree480cfe8a775f7c5e947b0495de476c18ce55c6a6 /sc/source/ui/formdlg
parent6f4a0e86d03b49f28b24abea4d83c03db7c1f1ec (diff)
INTEGRATION: CWS calcwarnings (1.4.110); FILE MERGED
2006/12/01 08:53:31 nn 1.4.110.1: #i69284# warning-free: ui, wntmsci10
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/funcpage.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/formdlg/funcpage.cxx b/sc/source/ui/formdlg/funcpage.cxx
index 1e19f22e5ab9..f43cc083d25c 100644
--- a/sc/source/ui/formdlg/funcpage.cxx
+++ b/sc/source/ui/formdlg/funcpage.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: funcpage.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 13:56:51 $
+ * last change: $Author: vg $ $Date: 2007-02-27 13:14:56 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -182,7 +182,7 @@ IMPL_LINK( ScFuncPage, SelHdl, ListBox*, pLb )
return 0;
}
-IMPL_LINK( ScFuncPage, DblClkHdl, ListBox*, pLb )
+IMPL_LINK( ScFuncPage, DblClkHdl, ListBox*, EMPTYARG )
{
aDoubleClickLink.Call(this);
return 0;