diff options
author | Niklas Nebel <nn@openoffice.org> | 2001-11-14 14:34:17 +0000 |
---|---|---|
committer | Niklas Nebel <nn@openoffice.org> | 2001-11-14 14:34:17 +0000 |
commit | 767686bcca5540d208812860d91b88a352834475 (patch) | |
tree | f3a4bc903ddf5cbf047f02d987276ca5ed2c9b20 /sc/inc/document.hxx | |
parent | f7226209763e6302ed4b78dbe970743c4a97fdb9 (diff) |
#94600# HasStringWeakCharacters
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index decc07cb806f..e91ab860c132 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -2,9 +2,9 @@ * * $RCSfile: document.hxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: dr $ $Date: 2001-10-26 16:42:31 $ + * last change: $Author: nn $ $Date: 2001-11-14 15:33:05 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1023,6 +1023,7 @@ public: const SfxItemSet* GetCondResult( USHORT nCol, USHORT nRow, USHORT nTab ) const; const SfxPoolItem* GetEffItem( USHORT nCol, USHORT nRow, USHORT nTab, USHORT nWhich ) const; + BOOL HasStringWeakCharacters( const String& rString ); BYTE GetStringScriptType( const String& rString ); BYTE GetCellScriptType( ScBaseCell* pCell, ULONG nNumberFormat ); BYTE GetScriptType( USHORT nCol, USHORT nRow, USHORT nTab, ScBaseCell* pCell = NULL ); |