[ooo-build-commit] .: patches/dev300

Kohei Yoshida kohei at kemper.freedesktop.org
Fri May 21 08:03:13 PDT 2010


 patches/dev300/apply                                   |    1 +
 patches/dev300/calc-distributed-cell-text-editeng.diff |   13 +++++++++++++
 2 files changed, 14 insertions(+)

New commits:
commit fda6e70e6d3f44a3c3ed17c5169c2aa8e170ba9f
Author: Kohei Yoshida <kyoshida at novell.com>
Date:   Fri May 21 11:02:39 2010 -0400

    Added two missing IDs in editeng.
    
    * patches/dev300/apply:
    * patches/dev300/calc-distributed-cell-text-editeng.diff:

diff --git a/patches/dev300/apply b/patches/dev300/apply
index 8662f81..b394932 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -3514,6 +3514,7 @@ calc-formula-variable-sep-config-check-sfx2.diff, n#556142, i#106959, kohei
 calc-formula-variable-sep-config-check-sc.diff,   n#556142, i#106959, kohei
 
 # Distributed text alignment support for cell text.
+calc-distributed-cell-text-editeng.diff, kohei
 calc-distributed-cell-text-offapi.diff, kohei
 calc-distributed-cell-text-sc.diff,     kohei
 calc-distributed-cell-text-svx.diff,    kohei
diff --git a/patches/dev300/calc-distributed-cell-text-editeng.diff b/patches/dev300/calc-distributed-cell-text-editeng.diff
new file mode 100644
index 0000000..6a60356
--- /dev/null
+++ b/patches/dev300/calc-distributed-cell-text-editeng.diff
@@ -0,0 +1,13 @@
+diff --git editeng/inc/editeng/editids.hrc editeng/inc/editeng/editids.hrc
+index 0d1acb4..de4f4f4 100644
+--- editeng/inc/editeng/editids.hrc
++++ editeng/inc/editeng/editids.hrc
+@@ -129,6 +129,8 @@
+ 
+ // this ID didn't exist prior to the svx split
+ #define SID_ATTR_CHAR_OVERLINE              			( SID_EDIT_START + 68 )
++#define SID_ATTR_ALIGN_HOR_JUSTIFY_METHOD               ( SID_EDIT_START + 69 )
++#define SID_ATTR_ALIGN_VER_JUSTIFY                      ( SID_EDIT_START + 70 )
+ 
+ /*
+ // planned, but not doable: changing value of SIDs will break code that uses them for WhichRanges


More information about the ooo-build-commit mailing list