summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/dwfunctr.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 10:55:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-08 10:55:22 +0000
commit915d2392a0f27dd9324257d7dc757eb5fc7f57e6 (patch)
treef7c24889c98156459e5665a4202503a988ed016c /sc/source/ui/inc/dwfunctr.hxx
parent6ae5d5added3596d17f008064311335029111aa6 (diff)
INTEGRATION: CWS cac (1.2.192); FILE MERGED
2003/11/06 12:31:14 er 1.2.192.1: #i4070# ScFuncDesc const correctness
Diffstat (limited to 'sc/source/ui/inc/dwfunctr.hxx')
-rw-r--r--sc/source/ui/inc/dwfunctr.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dwfunctr.hxx b/sc/source/ui/inc/dwfunctr.hxx
index 45424b967714..4cd3d195c196 100644
--- a/sc/source/ui/inc/dwfunctr.hxx
+++ b/sc/source/ui/inc/dwfunctr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dwfunctr.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2001-11-28 20:35:38 $
+ * last change: $Author: hr $ $Date: 2004-03-08 11:55:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -153,12 +153,12 @@ private:
BOOL bInit;
short nDockMode;
Point aSplitterInitPos;
- ScFuncDesc* pFuncDesc;
+ const ScFuncDesc* pFuncDesc;
USHORT nArgs;
String** pArgArr;
- ScFuncDesc* aLRUList[LRU_MAX];
+ const ScFuncDesc* aLRUList[LRU_MAX];
void UpdateFunctionList();
void UpdateLRUList();