#i10000# return value was missing

This commit is contained in:
Kurt Zenker
2004-07-26 15:30:29 +00:00
parent c063d59c8d
commit dde8cd7c9a

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: MasterScriptProvider.cxx,v $
*
* $Revision: 1.11 $
* $Revision: 1.12 $
*
* last change: $Author: hr $ $Date: 2004-07-23 14:10:18 $
* last change: $Author: kz $ $Date: 2004-07-26 16:30:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -898,6 +898,7 @@ sal_Bool SAL_CALL MasterScriptProvider::hasElements( ) throw ( RuntimeException
throw RuntimeException( OUSTR("hasElements not implemented!!!!") ,
Reference< XInterface >() );
}
return false;
}
//*************************************************************************