From 02ff8697bf503ec668510c019de88e6f7c696a2f Mon Sep 17 00:00:00 2001 From: Nikolai Pretzell Date: Fri, 22 Mar 2002 12:32:37 +0000 Subject: Move autodoc to OpenOffice.org --- cosv/source/strings/streamstr.cxx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'cosv') 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 -- cgit