diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/namebuff.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/filter/inc/namebuff.hxx b/sc/source/filter/inc/namebuff.hxx index 1aa7b76a2cd8..2f0b5457b36d 100644 --- a/sc/source/filter/inc/namebuff.hxx +++ b/sc/source/filter/inc/namebuff.hxx @@ -2,9 +2,9 @@ * * $RCSfile: namebuff.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2003-12-01 17:52:32 $ + * last change: $Author: rt $ $Date: 2004-11-09 15:06:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -223,7 +223,6 @@ public: UINT16 Find( const ScAddress aAdress ); static String CreateName( const ScRange& ); - static BOOL GetAddress( const String& rName, ScRange& rReturn ); }; |