[Libreoffice-commits] core.git: udkapi/type_reference

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Feb 19 16:51:36 UTC 2020


 udkapi/type_reference/udkapi.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 19746d24aa976cc409e58fe452b6ab5b039d0525
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Wed Feb 19 16:49:11 2020 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Feb 19 17:50:45 2020 +0100

    Update the reference rdbs to libreoffice-6.4.0.3-buildfix1
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-6.4.0.3-buildfix1/instdir/program/types.rdb \
     >.../master/udkapi/type_reference/udkapi.idl
    
    LD_LIBRARY_PATH=.../master/instdir/program \
     .../master/workdir/LinkTarget/Executable/unoidl-read --published \
     .../libreoffice-6.4.0.3-buildfix1/instdir/program/types.rdb \
     .../libreoffice-6.4.0.3-buildfix1/instdir/program/types/offapi.rdb \
     >.../master/offapi/type_reference/offapi.idl
    
    * no changes
    
    Change-Id: Ic6663271acfdf954f51f4bbd4dea20971264c87b
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89046
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/udkapi/type_reference/udkapi.idl b/udkapi/type_reference/udkapi.idl
index 071173d15cd5..3e350c245de2 100644
--- a/udkapi/type_reference/udkapi.idl
+++ b/udkapi/type_reference/udkapi.idl
@@ -1869,7 +1869,7 @@ module com {
      boolean isAbsolute();
      string getScheme();
      string getSchemeSpecificPart();
-     boolean isHierarchical();
+     /** @deprecated */ boolean isHierarchical();
      boolean hasAuthority();
      string getAuthority();
      string getPath();


More information about the Libreoffice-commits mailing list