summaryrefslogtreecommitdiff
path: root/basic/source/classes
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:10:44 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-06-05 14:10:44 +0000
commit1b9832d5994bcd1bec8aaaeea2603c238cf9f62b (patch)
tree82c3854f56c598d98e5abc7a187eebc9a1e306be /basic/source/classes
parent4862daf3fca1a83f3c61f8d2c7efcc51a6fd5b47 (diff)
INTEGRATION: CWS bgdlremove (1.46.26); FILE MERGED
2007/05/25 10:45:37 kso 1.46.26.1: #i76911# - ucbhelper no longer uses vos::ORef but rtl::Reference.
Diffstat (limited to 'basic/source/classes')
-rw-r--r--basic/source/classes/sbunoobj.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/basic/source/classes/sbunoobj.cxx b/basic/source/classes/sbunoobj.cxx
index 1a56becc4bd0..06775e0849b7 100644
--- a/basic/source/classes/sbunoobj.cxx
+++ b/basic/source/classes/sbunoobj.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: sbunoobj.cxx,v $
*
- * $Revision: 1.46 $
+ * $Revision: 1.47 $
*
- * last change: $Author: rt $ $Date: 2007-01-29 15:05:07 $
+ * last change: $Author: ihi $ $Date: 2007-06-05 15:10:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,6 +89,7 @@
#include <com/sun/star/bridge/oleautomation/Currency.hpp>
+using com::sun::star::uno::Reference;
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
using namespace com::sun::star::reflection;