[Libreoffice-commits] .: offapi/type_reference
Stephan Bergmann
sbergmann at kemper.freedesktop.org
Fri Mar 2 09:58:43 PST 2012
offapi/type_reference/typelibrary_history.txt | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
New commits:
commit 30a7a6189916396c7c2ee9bbd5861ad19bf7724c
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Fri Mar 2 18:58:33 2012 +0100
Document how to incompatibly change udkapi/offapi
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt
index a678ca7..963b555 100644
--- a/offapi/type_reference/typelibrary_history.txt
+++ b/offapi/type_reference/typelibrary_history.txt
@@ -1,3 +1,22 @@
+Example of updating an incompatibly-changed type in the accompanying types.rdb:
+
+.../core> mkdir tmp
+.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
+ solver/unxlngx6/bin/regmerge tmp/out1.rdb /UCR \
+ workdir/unxlngx6/UnoApiPartTarget/udkapi/com/sun/star/script/Converter.urd
+.../core> LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
+ solver/unxlngx6/bin/regmerge tmp/out2.rdb / offapi/type_reference/types.rdb \
+ tmp/out1.rdb
+.../core> diff <(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib \
+ solver/unxlngx6/bin/regview offapi/type_reference/types.rdb) \
+ <(LD_LIBRARY_PATH=.../core/solver/unxlngx6/lib solver/unxlngx6/bin/regview \
+ tmp/out2.rdb) # sanity check
+.../core> mv tmp/out2.rdb offapi/type_reference/types.rdb
+.../core> rm -rf tmp
+
+
+
+
07/07/2004 (SB): BugID=i29741
Reference registries for the OOo 2.0 branch copied from the OOo 1.1 branch:
OO_20/types.rdb <- OO_11/types.rdb 1.6
@@ -165,3 +184,5 @@
01/28/11 (JSC): TaskID=116682
Update css.awt.UnoControlDialog to reflect the supported XDialog2 interface
additionally to XDialog
+
+For later changes, consult the git log of the accompanying types.rdb file.
More information about the Libreoffice-commits
mailing list