diff options
-rw-r--r-- | offapi/type_reference/typelibrary_history.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/offapi/type_reference/typelibrary_history.txt b/offapi/type_reference/typelibrary_history.txt index a678ca7d6a7d..963b555616dd 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. |