From 9e929d565108fd95784f192ad34ae9519204f56e Mon Sep 17 00:00:00 2001 From: Niklas Nebel Date: Fri, 10 Nov 2000 18:07:44 +0000 Subject: #76477# StartQuerySh removed --- sc/source/ui/inc/dbfunc.hxx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sc/source/ui/inc') diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index 1524e2d62d5c..b8ffbdff8806 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -2,9 +2,9 @@ * * $RCSfile: dbfunc.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:44:58 $ + * last change: $Author: nn $ $Date: 2000-11-10 19:07:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -97,7 +97,6 @@ public: void RepeatDB( BOOL bRecord = TRUE ); - void StartQuerySh( const ScImportParam& rParam ); BOOL ImportData( const ScImportParam& rParam, BOOL bRecord = TRUE ); void GotoDBArea( const String& rDBName ); -- cgit