summaryrefslogtreecommitdiff
path: root/sc/inc/cellsuno.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2000-12-18 18:28:07 +0000
committerNiklas Nebel <nn@openoffice.org>2000-12-18 18:28:07 +0000
commit3ead0b1dd6f02b9c434bff35cc36c00948aa68fd (patch)
treeb2ae16ebe341995334cc679c9a558f14f06b3ecb /sc/inc/cellsuno.hxx
parente1368d74dec9d5939ce15f1cebba57f076e31723 (diff)
#80606# GetUnoText public
Diffstat (limited to 'sc/inc/cellsuno.hxx')
-rw-r--r--sc/inc/cellsuno.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/sc/inc/cellsuno.hxx b/sc/inc/cellsuno.hxx
index 0b3a45957cb4..2fdf5074d208 100644
--- a/sc/inc/cellsuno.hxx
+++ b/sc/inc/cellsuno.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cellsuno.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: nn $ $Date: 2000-10-18 18:26:04 $
+ * last change: $Author: nn $ $Date: 2000-12-18 19:28:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -789,7 +789,6 @@ private:
ScAddress aCellPos;
private:
- SvxUnoText& GetUnoText();
String GetInputString_Impl(BOOL bEnglish) const;
String GetOutputString_Impl() const;
void SetString_Impl(const String& rString, BOOL bInterpret, BOOL bEnglish);
@@ -811,6 +810,8 @@ public:
virtual void RefChanged();
+ SvxUnoText& GetUnoText();
+
// XML import needs to set results at formula cells,
// not meant for any other purpose.
void SetFormulaResultString( const ::rtl::OUString& rResult );