summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:41:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-09-23 11:41:17 +0000
commit0f10db3ad5ad24e36ee4822bfa2a1701788c9e43 (patch)
tree37cccc7dec9c10796d0279bb45802f5f6a5be5ab /sc/inc/cellsuno.hxx
parenta4e539808e52473cc6cf8b70e4b7632bd4d237f7 (diff)
INTEGRATION: CWS calcperf01 (1.21.56); FILE MERGED
2005/06/03 13:20:01 sab 1.21.56.1: #i50282#; make GetInputString and GetOutputString static, so I can use them in XML filter
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 523098c23a0b..a1b92d262d4f 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:25:00 $
+ * last change: $Author: hr $ $Date: 2005-09-23 12:41:17 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1050,6 +1050,8 @@ public:
throw(::com::sun::star::uno::RuntimeException);
virtual sal_Int16 SAL_CALL resetActionLocks() throw(::com::sun::star::uno::RuntimeException);
+ static String GetInputString_Impl(ScDocument* pDoc, const ScAddress& aPos, BOOL bEnglish);
+ static String GetOutputString_Impl(ScDocument* pDoc, const ScAddress& aPos);
};