summaryrefslogtreecommitdiff
path: root/udkapi
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-02-19 16:49:11 +0100
committerStephan Bergmann <sbergman@redhat.com>2020-02-19 17:50:45 +0100
commit19746d24aa976cc409e58fe452b6ab5b039d0525 (patch)
tree0f9119ba36ef92ac09f6fc268c48717251ffbb8a /udkapi
parent1ffa4bf52597ca1bf8870bf3750d63f2cfb4a650 (diff)
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@redhat.com>
Diffstat (limited to 'udkapi')
-rw-r--r--udkapi/type_reference/udkapi.idl2
1 files changed, 1 insertions, 1 deletions
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();