summaryrefslogtreecommitdiff
path: root/basic/source
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2008-06-24 15:04:49 +0000
committerKurt Zenker <kz@openoffice.org>2008-06-24 15:04:49 +0000
commit57816241addd209cb79d21c427883ac9022fb163 (patch)
tree2db5bfb338a381c4d9ba5c099f4947e60732d71a /basic/source
parent0e0caf4577d56f9519a0c77e788726b78ed86914 (diff)
INTEGRATION: CWS obo30 (1.33.22); FILE MERGED
2008/05/30 09:44:47 obo 1.33.22.1: #i90100# ambigous Reference during ENABLE_PCH build
Diffstat (limited to 'basic/source')
-rw-r--r--basic/source/runtime/step2.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx
index 3e1d30871ce1..daa722f8bd61 100644
--- a/basic/source/runtime/step2.cxx
+++ b/basic/source/runtime/step2.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: step2.cxx,v $
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
* This file is part of OpenOffice.org.
*
@@ -433,7 +433,7 @@ void SbiRuntime::SetupArgs( SbxVariable* p, UINT32 nOp1 )
USHORT nCurPar = 1;
AutomationNamedArgsSbxArray* pArg =
new AutomationNamedArgsSbxArray( nArgCount );
- OUString* pNames = pArg->getNames().getArray();
+ ::rtl::OUString* pNames = pArg->getNames().getArray();
for( i = 1 ; i < nArgCount ; i++ )
{
SbxVariable* pVar = refArgv->Get( i );
@@ -1228,4 +1228,3 @@ void SbiRuntime::StepSTATIC( UINT32 nOp1, UINT32 nOp2 )
*/
}
-