summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:10:13 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:10:13 +0000
commit2d20bb888358bb2cfd872ac00480ce04b599bfa7 (patch)
tree47aedd45acec881cff2509258d81a426f6837259 /basic
parent47b12888ef5460711746a6d4a4e9f239908bba4f (diff)
INTEGRATION: CWS bgdlremove (1.39.4); FILE MERGED
2007/05/25 10:45:36 kso 1.39.4.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.
Diffstat (limited to 'basic')
-rw-r--r--basic/source/basmgr/basmgr.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/basmgr/basmgr.cxx b/basic/source/basmgr/basmgr.cxx
index 29fc77c282b4..a8d0325572a2 100644
--- a/basic/source/basmgr/basmgr.cxx
+++ b/basic/source/basmgr/basmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: basmgr.cxx,v $
*
- * $Revision: 1.39 $
+ * $Revision: 1.40 $
*
- * last change: $Author: rt $ $Date: 2007-04-26 08:32:47 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 15:10:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -105,6 +105,7 @@
#include <cppuhelper/implbase1.hxx>
+using com::sun::star::uno::Reference;
using namespace com::sun::star::container;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;