[Libreoffice-commits] core.git: odk/Package_odk_headers.mk

Stephan Bergmann sbergman at redhat.com
Mon Sep 29 03:05:46 PDT 2014


 odk/Package_odk_headers.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit d5a252dcff1c202363652340b4f0e0cdd6d68e95
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Sep 29 12:01:20 2014 +0200

    [API CHANGE] Remove internal-only osl/diagnose.hxx from SDK
    
    ...which should ideally have no effect on external code anyway, given it only
    contains internal-only code.
    
    Its use of boost/unordered_set.hpp apparently started to cause problems in
    combination with C++98-enforcing CppunitTest_odk_checkapi, cf.
    <http://lists.freedesktop.org/archives/libreoffice/2014-September/063637.html>
    "Re: Performance samples for LibreOffice ..."
    
    Change-Id: I8b5623950330180fb0ae158903ccecedaed57dfe

diff --git a/odk/Package_odk_headers.mk b/odk/Package_odk_headers.mk
index 0475898..0154e3a 100644
--- a/odk/Package_odk_headers.mk
+++ b/odk/Package_odk_headers.mk
@@ -88,7 +88,6 @@ $(eval $(call gb_Package_add_files_with_dir,odk_headers,$(SDKDIRNAME)/include,\
 	osl/conditn.h \
 	osl/conditn.hxx \
 	osl/diagnose.h \
-	osl/diagnose.hxx \
 	osl/doublecheckedlocking.h \
 	osl/endian.h \
 	osl/file.h \


More information about the Libreoffice-commits mailing list