[Libreoffice-commits] .: 2 commits - cppuhelper/inc icc/SampleICC-1.3.2.patch
Lionel Elie Mamane
lmamane at kemper.freedesktop.org
Fri Sep 2 06:04:20 PDT 2011
cppuhelper/inc/cppuhelper/component.hxx | 2 +-
icc/SampleICC-1.3.2.patch | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 3b32204d9f900130cd1877675d8b51281b81f90d
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Fri Sep 2 14:39:41 2011 +0200
fdo#39355: reenable "use typedefs and endianess from sal" patch hunk
diff --git a/icc/SampleICC-1.3.2.patch b/icc/SampleICC-1.3.2.patch
index 3371520..cb65c42 100644
--- a/icc/SampleICC-1.3.2.patch
+++ b/icc/SampleICC-1.3.2.patch
@@ -1389,6 +1389,7 @@
//Define how 64 bit integers are represented
#define ICCUINT64 unsigned __int64
+***************
*** 107,126 ****
#else // non-PC, perhaps Mac or Linux
commit 6749e4859f0c6a53e0d74dc277ed09cbc4568af0
Author: Lionel Elie Mamane <lionel at mamane.lu>
Date: Mon Aug 22 00:13:19 2011 +0200
Typo in comment
diff --git a/cppuhelper/inc/cppuhelper/component.hxx b/cppuhelper/inc/cppuhelper/component.hxx
index 76f74d4..032afa0 100644
--- a/cppuhelper/inc/cppuhelper/component.hxx
+++ b/cppuhelper/inc/cppuhelper/component.hxx
@@ -63,7 +63,7 @@ public:
lifetime must be longer than the lifetime of this object.
*/
OComponentHelper( ::osl::Mutex & rMutex ) SAL_THROW( () );
- /** Dewstructor. If this object was not disposed previously, object will be disposed manually.
+ /** Destructor. If this object was not disposed previously, object will be disposed manually.
*/
virtual ~OComponentHelper() SAL_THROW( (::com::sun::star::uno::RuntimeException) );
More information about the Libreoffice-commits
mailing list