[Libreoffice-commits] core.git: include/sal

Stephan Bergmann sbergman at redhat.com
Wed Dec 13 10:10:16 UTC 2017


 include/sal/types.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 6cbbe3a6c35cde186351315ddb189366bcca1deb
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Dec 13 08:22:36 2017 +0100

    [API CHANGE] Remove SAL_CALL_ELLIPSE
    
    At least internally it was unused at least ever since
    9399c662f36c385b0c705eb34e636a9aec450282 "initial import", it is unlikely that
    it ever was used for anything useful, and it is highly unlikely that it is used
    by 3rd-party code.
    
    Change-Id: I8b1e7e18e041164580acbb0bdba205ec1dca71d2
    Reviewed-on: https://gerrit.libreoffice.org/46364
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/include/sal/types.h b/include/sal/types.h
index d1f5dbeec507..49f7568a1978 100644
--- a/include/sal/types.h
+++ b/include/sal/types.h
@@ -235,7 +235,6 @@ typedef void *                   sal_Handle;
 #   define SAL_DLLPUBLIC_TEMPLATE
 #   define SAL_DLLPUBLIC_RTTI
 #   define SAL_CALL         __cdecl
-#   define SAL_CALL_ELLIPSE __cdecl
 #elif defined SAL_UNX
 #   if defined(__GNUC__)
 #     if defined(DISABLE_DYNLOADING)
@@ -270,7 +269,6 @@ typedef void *                   sal_Handle;
 #     define SAL_DLLPUBLIC_RTTI
 #   endif
 #   define SAL_CALL
-#   define SAL_CALL_ELLIPSE
 #else
 #   error("unknown platform")
 #endif


More information about the Libreoffice-commits mailing list