summaryrefslogtreecommitdiff
path: root/vos/source/pipe.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-10-04 18:09:56 +0200
committerMichael Stahl <mst@openoffice.org>2010-10-04 18:09:56 +0200
commit62a803cc1aec63b9a6b0f665f1d5ecfe2ad27349 (patch)
tree8f42d40df84e97cf3f15be2a9ae4982047d832f6 /vos/source/pipe.cxx
parentbe6d65ae721090df56376ac75946f8645815a8ff (diff)
parent525de6f8eeac6e357167467da0f9a9448433bb25 (diff)
merge DEV300_m89
Diffstat (limited to 'vos/source/pipe.cxx')
-rw-r--r--vos/source/pipe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vos/source/pipe.cxx b/vos/source/pipe.cxx
index a7d8e655414d..777d1a76b36b 100644
--- a/vos/source/pipe.cxx
+++ b/vos/source/pipe.cxx
@@ -138,7 +138,7 @@ sal_Bool OPipe::create( const rtl::OUString& strName, TPipeOption Options )
/*****************************************************************************/
sal_Bool OPipe::create( const rtl::OUString& strName,
TPipeOption Options,
- const NAMESPACE_VOS(OSecurity)& rSecurity )
+ const vos::OSecurity& rSecurity )
{
// if this was a valid pipe, decrease reference
if ((m_pPipeRef) && (m_pPipeRef->release() == 0))