summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/browser
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-03-15 07:15:07 +0000
committerFrank Schönheit <fs@openoffice.org>2001-03-15 07:15:07 +0000
commit23b7c500c77433609bf45629f32103d8553e84c8 (patch)
treef60af70d8c832e8baba0e81fee56cb46800dd80e /dbaccess/source/ui/browser
parent9095e4c1878c07875712ede464e782e1df9aa789 (diff)
NAMESPACE_VOS(\:i) => ::vos::\1
Diffstat (limited to 'dbaccess/source/ui/browser')
-rw-r--r--dbaccess/source/ui/browser/AsyncronousLink.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/browser/AsyncronousLink.cxx b/dbaccess/source/ui/browser/AsyncronousLink.cxx
index 248b2d0e9cc6..4f2525a66fed 100644
--- a/dbaccess/source/ui/browser/AsyncronousLink.cxx
+++ b/dbaccess/source/ui/browser/AsyncronousLink.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AsyncronousLink.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2001-01-09 15:42:43 $
+ * last change: $Author: fs $ $Date: 2001-03-15 08:15:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -69,7 +69,7 @@
//==================================================================
using namespace dbaui;
//------------------------------------------------------------------
-OAsyncronousLink::OAsyncronousLink(const Link& _rHandler, NAMESPACE_VOS(OMutex)* _pEventSafety, NAMESPACE_VOS(OMutex)* _pDestructionSafety)
+OAsyncronousLink::OAsyncronousLink(const Link& _rHandler, ::vos::OMutex* _pEventSafety, ::vos::OMutex* _pDestructionSafety)
:m_aHandler(_rHandler)
,m_pEventSafety(NULL)
,m_pDestructionSafety(NULL)