summaryrefslogtreecommitdiff
path: root/sc/source/ui/formdlg
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 10:55:05 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 10:55:05 +0000
commit9f61f4028dd8180438f6227a10a910a013962853 (patch)
tree6705c581c78d633ac7cdf5e671eb20ef956c7df7 /sc/source/ui/formdlg
parent5120a53500b1ec120e2b0984b54761aad7d24664 (diff)
INTEGRATION: CWS cac (1.3.182); FILE MERGED
2003/11/05 19:02:00 er 1.3.182.1: #i4070# ScFuncDesc const correctness
Diffstat (limited to 'sc/source/ui/formdlg')
-rw-r--r--sc/source/ui/formdlg/parawin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/ui/formdlg/parawin.cxx b/sc/source/ui/formdlg/parawin.cxx
index f00594813..6156142b2 100644
--- a/sc/source/ui/formdlg/parawin.cxx
+++ b/sc/source/ui/formdlg/parawin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: parawin.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: dr $ $Date: 2002-05-31 15:12:33 $
+ * last change: $Author: hr $ $Date: 2004-03-08 11:55:05 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -307,7 +307,7 @@ void ScParaWin::SetArgumentFonts(const Font&aBoldFont,const Font&aLightFont)
aFntLight=aLightFont;
}
-void ScParaWin::SetFunctionDesc(ScFuncDesc* pFDesc)
+void ScParaWin::SetFunctionDesc(const ScFuncDesc* pFDesc)
{
pFuncDesc=pFDesc;