summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:12:09 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-03-09 11:12:09 +0000
commit683126a75bb759cec6ba66dafffaa024b8c22bcc (patch)
tree79f5b2d9832975e8ce8dca8098afd549dc03cd5c /bridges
parent935afa5a04e9fe9b2a2725ffbf83d3f741639be9 (diff)
INTEGRATION: CWS ooo20040225 (1.3.2); FILE MERGED
2004/02/15 20:33:11 fa 1.3.2.1: Fix up some typos.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx b/bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx
index 4cbed1947cff..dc15a96bec2e 100644
--- a/bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx
+++ b/bridges/source/cpp_uno/gcc3_macosx_powerpc/uno2cpp.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uno2cpp.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 12:45:41 $
+ * last change: $Author: hr $ $Date: 2004-03-09 12:12:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -65,10 +65,10 @@
#include <com/sun/star/uno/genfunc.hxx>
#include <uno/data.h>
-#include "bridges/cpp_uno/share/bridge.hxx"
-#include "bridges/cpp_uno/share/types.hxx"
-#include "bridges/cpp_uno/share/unointerfaceproxy.hxx"
-#include "bridges/cpp_uno/share/vtables.hxx"
+#include "bridges/cpp_uno/shared/bridge.hxx"
+#include "bridges/cpp_uno/shared/types.hxx"
+#include "bridges/cpp_uno/shared/unointerfaceproxy.hxx"
+#include "bridges/cpp_uno/shared/vtables.hxx"
#include "share.hxx"
@@ -441,7 +441,7 @@ static void cpp_call(
ppTempParamTypeDescr[nTempIndizes++] = pParamTypeDescr;
}
// is in/inout
- else if (bridges:cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr ))
+ else if (bridges::cpp_uno::shared::relatesToInterfaceType( pParamTypeDescr ))
{
uno_copyAndConvertData(
*(void **)pCppStack = pCppArgs[nPos] = alloca( pParamTypeDescr->nSize ),