summaryrefslogtreecommitdiff
path: root/extensions/source/ole
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2010-10-15 12:18:51 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2010-10-25 19:55:29 -0500
commitd3d553e1ef00b1ae5ac4d65e53e8ea08b24085f3 (patch)
treef7b7ca85c311d220142f93ee4ebf0af9721feb71 /extensions/source/ole
parentb10b21b999a36a6925790284c44e7b45283bd104 (diff)
merge vosremoval-reference.diff
Diffstat (limited to 'extensions/source/ole')
-rw-r--r--extensions/source/ole/servprov.hxx1
-rw-r--r--extensions/source/ole/unoobjw.cxx2
-rw-r--r--extensions/source/ole/unoobjw.hxx3
3 files changed, 2 insertions, 4 deletions
diff --git a/extensions/source/ole/servprov.hxx b/extensions/source/ole/servprov.hxx
index a85c43103f62..49fe82a5b26d 100644
--- a/extensions/source/ole/servprov.hxx
+++ b/extensions/source/ole/servprov.hxx
@@ -147,7 +147,6 @@ public:
protected:
- //ORefCount m_refCount;
oslInterlockedCount m_refCount;
Reference<XInterface> m_xInst;
GUID m_guid;
diff --git a/extensions/source/ole/unoobjw.cxx b/extensions/source/ole/unoobjw.cxx
index 5d56406a649d..46438a8a85bb 100644
--- a/extensions/source/ole/unoobjw.cxx
+++ b/extensions/source/ole/unoobjw.cxx
@@ -41,7 +41,7 @@
#include <osl/diagnose.h>
-#include <vos/refernce.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include <tools/debug.hxx>
#include <rtl/ustring.hxx>
#include <com/sun/star/beans/MethodConcept.hpp>
diff --git a/extensions/source/ole/unoobjw.hxx b/extensions/source/ole/unoobjw.hxx
index 172b72aa4525..b0f6dbbd22cc 100644
--- a/extensions/source/ole/unoobjw.hxx
+++ b/extensions/source/ole/unoobjw.hxx
@@ -32,7 +32,7 @@
#include <com/sun/star/beans/XExactName.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
#include <com/sun/star/script/InvocationInfo.hpp>
-#include <vos/refernce.hxx>
+#include <salhelper/simplereferenceobject.hxx>
#include <tools/presys.h>
#include "comifaces.hxx"
@@ -220,7 +220,6 @@ protected:
sal_Bool getInvocationInfoForCall(DISPID id, InvocationInfo& info);
-// vos::ORefCount m_refCount;
Reference<XInvocation> m_xInvocation;
Reference<XExactName> m_xExactName;
Reference<XInterface> m_xOrigin;