From a7258efa96a193bbea6c25e17fe7c7d5a2c68a3b Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 17 Feb 2016 21:17:43 +0100 Subject: Typo: namesapce(s)->namespace(s) Change-Id: Ic7c14c2e39a5ade1f5622a8350f9197d84cf9cc8 --- comphelper/source/eventattachermgr/eventattachermgr.cxx | 2 +- dtrans/source/cnttype/wbench/testcnttype.cxx | 2 +- dtrans/source/win32/workbench/test_wincb.cxx | 2 +- dtrans/source/win32/workbench/testmarshal.cxx | 2 +- dtrans/test/win32/dnd/transferable.hxx | 2 +- fpicker/source/win32/filepicker/workbench/Test_fps.cxx | 2 +- fpicker/source/win32/folderpicker/workbench/Test_fops.cxx | 2 +- include/rtl/uuid.h | 2 +- shell/source/win32/workbench/TestSysShExec.cxx | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index 4ab1bcc2603b..e4ff4a9ac80c 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -792,7 +792,7 @@ void SAL_CALL ImplEventAttacherManager::read(const Reference< XObjectInputStream xMarkStream->deleteMark( nObjLenMark ); } -} // namesapce comphelper +} // namespace comphelper /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/dtrans/source/cnttype/wbench/testcnttype.cxx b/dtrans/source/cnttype/wbench/testcnttype.cxx index 5342adf78978..f6482c2d6e03 100644 --- a/dtrans/source/cnttype/wbench/testcnttype.cxx +++ b/dtrans/source/cnttype/wbench/testcnttype.cxx @@ -37,7 +37,7 @@ #define TEST_CLIPBOARD #define RDB_SYSPATH "d:\\projects\\src621\\dtrans\\wntmsci7\\bin\\applicat.rdb" -// namesapces +// namespaces using namespace ::std; using namespace ::cppu; diff --git a/dtrans/source/win32/workbench/test_wincb.cxx b/dtrans/source/win32/workbench/test_wincb.cxx index f3ae51c6feeb..9a07befb732f 100644 --- a/dtrans/source/win32/workbench/test_wincb.cxx +++ b/dtrans/source/win32/workbench/test_wincb.cxx @@ -55,7 +55,7 @@ #define EVT_INIT_NONSIGNALED FALSE #define EVT_NONAME "" -// namesapces +// namespaces using namespace ::std; using namespace ::cppu; diff --git a/dtrans/source/win32/workbench/testmarshal.cxx b/dtrans/source/win32/workbench/testmarshal.cxx index 4a5de8fcad4f..f833133fa5e4 100644 --- a/dtrans/source/win32/workbench/testmarshal.cxx +++ b/dtrans/source/win32/workbench/testmarshal.cxx @@ -45,7 +45,7 @@ #define WAIT_MSGLOOP #define RAW_MARSHALING -// namesapces +// namespaces using namespace ::std; diff --git a/dtrans/test/win32/dnd/transferable.hxx b/dtrans/test/win32/dnd/transferable.hxx index 1afafea498e0..1323a2cd5aaa 100644 --- a/dtrans/test/win32/dnd/transferable.hxx +++ b/dtrans/test/win32/dnd/transferable.hxx @@ -56,7 +56,7 @@ #define EVT_INIT_NONSIGNALED FALSE #define EVT_NONAME "" -// namesapces +// namespaces using namespace ::std; using namespace ::cppu; diff --git a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx index be75362f73d9..a2e530c76496 100644 --- a/fpicker/source/win32/filepicker/workbench/Test_fps.cxx +++ b/fpicker/source/win32/filepicker/workbench/Test_fps.cxx @@ -47,7 +47,7 @@ #include "..\FPServiceInfo.hxx" -// namesapces +// namespaces using namespace ::cppu ; diff --git a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx index f91b6cc6d78b..d6d421de018f 100644 --- a/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx +++ b/fpicker/source/win32/folderpicker/workbench/Test_fops.cxx @@ -40,7 +40,7 @@ #include -// namesapces +// namespaces using namespace ::cppu ; diff --git a/include/rtl/uuid.h b/include/rtl/uuid.h index 785377a129fa..b31e2760e649 100644 --- a/include/rtl/uuid.h +++ b/include/rtl/uuid.h @@ -127,7 +127,7 @@ SAL_DLLPUBLIC void SAL_CALL rtl_createNamedUuid( Predefined Namespaces (Use them the following way : sal_uInt8 aNsDNS[16]) = RTL_UUID_NAMESPACE_DNS; */ -/** namesapce DNS +/** namespace DNS

(Use them the following way : sal_uInt8 aNsDNS[16]) = RTL_UUID_NAMESPACE_DNS; diff --git a/shell/source/win32/workbench/TestSysShExec.cxx b/shell/source/win32/workbench/TestSysShExec.cxx index 693e81dca2c4..8d09a1c29eb7 100644 --- a/shell/source/win32/workbench/TestSysShExec.cxx +++ b/shell/source/win32/workbench/TestSysShExec.cxx @@ -39,7 +39,7 @@ #endif -// namesapces +// namespaces using namespace ::cppu ; -- cgit