diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:06:47 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-09 14:06:47 +0000 |
commit | ed80ffb7d0bb842c0a4026e7a8432241f435196c (patch) | |
tree | 719f2341ee7b218aac95c8d8d66b2dc48e3aa437 /sc | |
parent | 29492cc340a7b66bbcd028188d992ce8ad532ceb (diff) |
INTEGRATION: CWS dr27 (1.8.276); FILE MERGED
2004/10/01 11:08:23 dr 1.8.276.1: #110618# #i3724# #i25653# new formula export, step 1: new infrastructure
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 ); }; |