summaryrefslogtreecommitdiff
path: root/sc/inc/rangeutl.hxx
diff options
context:
space:
mode:
authorEike Rathke <er@openoffice.org>2002-09-24 17:21:45 +0000
committerEike Rathke <er@openoffice.org>2002-09-24 17:21:45 +0000
commitbdca2dc01f86b498219d9506c6848841698c045c (patch)
tree3613751cba13a7e43a5c3bc80ee745e42a6ea35f /sc/inc/rangeutl.hxx
parent2f26b3fa4a0ff7f0dfc9cee348ee4bf37f9cf892 (diff)
#100186# replace superfluous (and not fully implemented) ScRangeUtil::Make(Tab)*AreaString and ScRefTripel::GetRefString with (ScAddress|ScRange)::Format
Diffstat (limited to 'sc/inc/rangeutl.hxx')
-rw-r--r--sc/inc/rangeutl.hxx14
1 files changed, 2 insertions, 12 deletions
diff --git a/sc/inc/rangeutl.hxx b/sc/inc/rangeutl.hxx
index 4a46b016ac9c..c51914c5a195 100644
--- a/sc/inc/rangeutl.hxx
+++ b/sc/inc/rangeutl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rangeutl.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: dr $ $Date: 2000-11-03 15:50:22 $
+ * last change: $Author: er $ $Date: 2002-09-24 18:18:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -93,16 +93,6 @@ public:
ScDocument* pDoc,
USHORT nTab ) const;
- void MakeAreaString ( const ScArea& rArea,
- String& rAreaStr,
- ScDocument* pDoc,
- BOOL bRel = FALSE ) const;
-
- void MakeTabAreaString ( const ScTripel& rAreaStart,
- const ScTripel& rAreaEnd,
- String& rAreaStr,
- ScDocument* pDoc ) const;
-
void CutPosString ( const String& theAreaStr,
String& thePosStr ) const;