From 0f10db3ad5ad24e36ee4822bfa2a1701788c9e43 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Fri, 23 Sep 2005 11:41:17 +0000 Subject: 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 --- sc/inc/cellsuno.hxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sc/inc/cellsuno.hxx') 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); }; -- cgit