[Libreoffice-commits] .: 2 commits - Repository.mk sal/textenc

Tor Lillqvist tml at kemper.freedesktop.org
Fri Sep 23 13:41:37 PDT 2011


 Repository.mk           |    6 ------
 sal/textenc/textenc.cxx |    2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

New commits:
commit 8087ee43f8c427d3ef3712fe76bbb1e41eb5e6ee
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 23 23:37:47 2011 +0300

    Fix typo

diff --git a/sal/textenc/textenc.cxx b/sal/textenc/textenc.cxx
index c638cfd..7c71284 100644
--- a/sal/textenc/textenc.cxx
+++ b/sal/textenc/textenc.cxx
@@ -109,7 +109,7 @@ namespace {
 extern "C" ImplTextEncodingData const * sal_getFullTextEncodingData(
     rtl_TextEncoding); // from tables.cxx in sal_textenc library
 
-class FullTextEnocdingData: private boost::noncopyable {
+class FullTextEncodingData: private boost::noncopyable {
 public:
     ImplTextEncodingData const * get(rtl_TextEncoding encoding) {
         return sal_getFullTextEncodingData(encoding);
commit 5c1f66495eb55b5e3f9b9d3a301d5565a3fb3dbe
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Sep 23 23:37:13 2011 +0300

    Drop bootstrap library duplicated for iOS

diff --git a/Repository.mk b/Repository.mk
index 15d1b98..a0900b4 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -353,12 +353,6 @@ $(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
 	writerfilter_debug \
 ))
 
-ifeq ($(OS),IOS)
-$(eval $(call gb_Helper_register_libraries,UNOLIBS_OOO, \
-    bootstrap \
-))
-endif
-
 $(eval $(call gb_Helper_register_libraries,UNOVERLIBS, \
     cppu \
     jvmfwk \


More information about the Libreoffice-commits mailing list