remove using namespace vos
This commit is contained in:
parent
cdbacc5571
commit
733abfbb8f
1 changed files with 2 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
|||
*
|
||||
* $RCSfile: defaultregistry.cxx,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: jl $ $Date: 2001-03-12 15:32:37 $
|
||||
* last change: $Author: jsc $ $Date: 2001-03-13 12:43:15 $
|
||||
*
|
||||
* The Contents of this file are made available subject to the terms of
|
||||
* either of the following licenses
|
||||
|
@ -97,7 +97,6 @@ using namespace com::sun::star::uno;
|
|||
using namespace com::sun::star::registry;
|
||||
using namespace com::sun::star::lang;
|
||||
using namespace cppu;
|
||||
using namespace vos;
|
||||
using namespace osl;
|
||||
using namespace rtl;
|
||||
|
||||
|
|
Loading…
Reference in a new issue