diff options
author | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 12:32:37 +0000 |
---|---|---|
committer | Nikolai Pretzell <np@openoffice.org> | 2002-03-22 12:32:37 +0000 |
commit | 02ff8697bf503ec668510c019de88e6f7c696a2f (patch) | |
tree | 2fb2209b95a708c9b66a9b3d7aabe487fcbb1e82 /cosv | |
parent | bdf24d7002d6457e1a834ca9d347d71be37f5980 (diff) |
Move autodoc to OpenOffice.org
Diffstat (limited to 'cosv')
-rw-r--r-- | cosv/source/strings/streamstr.cxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/cosv/source/strings/streamstr.cxx b/cosv/source/strings/streamstr.cxx index a4153d81e86e..15751a2b4e5e 100644 --- a/cosv/source/strings/streamstr.cxx +++ b/cosv/source/strings/streamstr.cxx @@ -2,9 +2,9 @@ * * $RCSfile: streamstr.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: np $ $Date: 2002-03-08 14:25:40 $ + * last change: $Author: np $ $Date: 2002-03-22 13:32:37 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -769,6 +769,13 @@ StreamStr::MoveData( char * i_pStart, } } +// Dummy, needed for debug-versions of some compilers. +void +c_str() +{ + // Does nothing. +} + } // namespace csv |