From 716636d558e9cc9b910da6d127314d2b20cdf0b6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 30 Sep 2008 05:48:28 +0000 Subject: CWS-TOOLING: integrate CWS koheicoderemoval --- sc/inc/callform.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sc/inc/callform.hxx') diff --git a/sc/inc/callform.hxx b/sc/inc/callform.hxx index 4fec95645953..9d1f1a20a91c 100644 --- a/sc/inc/callform.hxx +++ b/sc/inc/callform.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: callform.hxx,v $ - * $Revision: 1.3 $ + * $Revision: 1.3.32.1 $ * * This file is part of OpenOffice.org. * @@ -98,7 +98,6 @@ public: ParamType GetReturnType() const { return eParamType[0]; } ParamType GetAsyncType() const { return eAsyncType; } BOOL Call(void** ppParam); - BOOL Advice(AdvData pfCallback); BOOL Unadvice(double nHandle); // Name und Beschreibung des Parameters nParam. -- cgit