[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

approval of OOo 3.2.1-6



Hi,

please unblock openoffice.org/1:3.2.1-6.

I needed to fix a (already public!) security bug in OOo and I also
included some other important fixes (and a minor, trivial one).

debdiff attached.

Grüße/Regards,

René
diff -Nru openoffice.org-3.2.1/debian/changelog openoffice.org-3.2.1/debian/changelog
--- openoffice.org-3.2.1/debian/changelog	2010-07-28 22:26:59.000000000 +0200
+++ openoffice.org-3.2.1/debian/changelog	2010-08-19 15:52:28.000000000 +0200
@@ -1,3 +1,24 @@
+openoffice.org (1:3.2.1-6) unstable; urgency=high
+
+  * debian/patches/reduce-height-on-dialogs-for-netbooks.diff: add
+    patch from ooo-build-3-2-1 branch to reduce the PDF export and Recovery
+    dialogs to fit on Netbooks (closes: #531930)
+  * debian/patches/regcomp-fix-spelling.diff: succesful -> successful
+    (closes: #593440)
+  * debian/patches/shift-translations.diff: some translations must be shifted
+    in the itemlist; backported from ooo-build-3-2-1 branch (closes: #593234)
+  * debian/patches/SA40775.diff: fix CVE-2010-2935 and CVE-2010-2936
+    aka SA40775: two buffer-overflow vulnerabilities in OpenOffice.org Impress
+
+  * merge from Ubuntu (thanks Loic Minier):
+    - Pass the same -v to "dh_makeshlibs --" (for dpkg-gensymbols) as to
+      "dh_gencontrol --" (for dpkg-gencontrol); some symbols are missing from
+      the symbols files and hence ure symbols have bogus dep on ure >=
+      source-version which can't be satisfied as ure uses another versioning
+      scheme
+
+ -- Rene Engelhard <rene@debian.org>  Thu, 19 Aug 2010 15:52:11 +0200
+
 openoffice.org (1:3.2.1-5) unstable; urgency=medium
 
   * debian/patches/odk-configure-honour-ure-link.diff: fix the (unneeded)
diff -Nru openoffice.org-3.2.1/debian/patches/reduce-height-on-dialogs-for-netbooks.diff openoffice.org-3.2.1/debian/patches/reduce-height-on-dialogs-for-netbooks.diff
--- openoffice.org-3.2.1/debian/patches/reduce-height-on-dialogs-for-netbooks.diff	1970-01-01 01:00:00.000000000 +0100
+++ openoffice.org-3.2.1/debian/patches/reduce-height-on-dialogs-for-netbooks.diff	2010-08-06 21:22:46.000000000 +0200
@@ -0,0 +1,429 @@
+diff --git a/patches/dev300/apply b/patches/dev300/apply
+index 9860c0c..e41f2a6 100644
+--- openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply
+@@ -3936,6 +3936,10 @@ sw-auto-scrollbars.diff, rodo
+ sw-auto-scrollbars-1.diff, rodo
+ sw-auto-scrollbars-2.diff, rodo
+ 
++# reduce height of selected dialogs to avoid shrinking on Netbooks
++pdf-export-dialog-reduce-height.diff, bnc#623352, rodo
++recovery-dialog-reduce-height.diff, bnc#623352, rodo
++
+ [ MacOSXOnly ]
+ SectionOwner => thorsten
+ # make opengl transitions work on OSX, too
+diff --git a/patches/dev300/pdf-export-dialog-reduce-height.diff b/patches/dev300/pdf-export-dialog-reduce-height.diff
+new file mode 100644
+index 0000000..e4152d3
+--- /dev/null
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/pdf-export-dialog-reduce-height.diff
+@@ -0,0 +1,381 @@
++diff -rup filter-orig/source/pdf/impdialog.hrc filter/source/pdf/impdialog.hrc
++--- filter-orig/source/pdf/impdialog.hrc	2010-07-30 15:20:28.000000000 +0200
+++++ filter/source/pdf/impdialog.hrc	2010-07-30 16:46:47.000000000 +0200
++@@ -27,6 +27,11 @@
++ 
++ #include <filter.hrc>
++ 
+++#define RID_PDF_EXPORT_WIDTH  352
+++#define RID_PDF_EXPORT_HEIGHT 158
+++
+++#define PDF_COL2 176
+++
++ #define RID_PDF_EXPORT_DLG          (RID_PDF_DIALOG_START +   0)
++ #define RID_PDF_TAB_GENER           (RID_PDF_DIALOG_START +   1)
++ #define RID_PDF_TAB_VPREFER         (RID_PDF_DIALOG_START +   2)
++diff -rup filter-orig/source/pdf/impdialog.src filter/source/pdf/impdialog.src
++--- filter-orig/source/pdf/impdialog.src	2010-07-30 15:20:28.000000000 +0200
+++++ filter/source/pdf/impdialog.src	2010-07-30 16:44:36.000000000 +0200
++@@ -27,7 +27,7 @@
++ 
++ #include "impdialog.hrc"
++ 
++-#define TAB_PDF_SIZE Size = MAP_APPFONT ( 176, 239 )
+++#define TAB_PDF_SIZE Size = MAP_APPFONT ( RID_PDF_EXPORT_WIDTH, RID_PDF_EXPORT_HEIGHT )
++ //string for TabDialog standard buttons
++ String STR_PDF_EXPORT
++ {
++@@ -59,62 +59,62 @@ TabPage  RID_PDF_TAB_GENER
++ 
++     FixedLine FL_PAGES
++     {
++-        Pos = MAP_APPFONT ( 6 , 3 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 3 ) ;
++         Size = MAP_APPFONT ( 164 , 8 ) ;
++         Text[ en-US ] = "Range";
++     };
++     RadioButton RB_ALL
++     {
++-        Pos = MAP_APPFONT ( 12 , 14 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 14 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "~All";
++     };
++     RadioButton RB_RANGE
++     {
++-        Pos = MAP_APPFONT ( 12 , 27 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 27 ) ;
++         Size = MAP_APPFONT ( 101 , 10 ) ;
++         Text[ en-US ] = "~Pages";
++     };
++     Edit ED_PAGES
++     {
++         Border = TRUE ;
++-        Pos = MAP_APPFONT ( 116, 26 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 116, 26 ) ;
++         Size = MAP_APPFONT ( 48 , 12 ) ;
++     };
++     RadioButton RB_SELECTION
++     {
++-        Pos = MAP_APPFONT ( 12 , 40 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 40 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "~Selection";
++     };
++     FixedLine FL_IMAGES
++     {
++-        Pos = MAP_APPFONT ( 6 , 53 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 53 ) ;
++         Size = MAP_APPFONT ( 164 , 8 ) ;
++         Text[ en-US ] = "Images";
++     };
++     RadioButton RB_LOSSLESSCOMPRESSION
++     {
++-        Pos = MAP_APPFONT ( 12 , 64 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 64 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "~Lossless compression";
++     };
++     RadioButton RB_JPEGCOMPRESSION
++     {
++-        Pos = MAP_APPFONT ( 12 , 76 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 76 ) ;
++         Size = MAP_APPFONT ( 158, 10 ) ;
++         Text[ en-US ] = "~JPEG compression";
++     };
++     FixedText FT_QUALITY
++     {
++-        Pos = MAP_APPFONT ( 30 , 89 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 30 , 89 ) ;
++         Size = MAP_APPFONT ( 83, 10 ) ;
++         Text[ en-US ] = "~Quality";
++     };
++     MetricField NF_QUALITY
++     {
++         Border = TRUE ;
++-        Pos = MAP_APPFONT ( 116, 88 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 116, 88 ) ;
++         Size = MAP_APPFONT ( 48, 12 ) ;
++         TabStop = TRUE ;
++         Spin = TRUE ;
++@@ -124,14 +124,14 @@ TabPage  RID_PDF_TAB_GENER
++     };
++     CheckBox CB_REDUCEIMAGERESOLUTION
++     {
++-        Pos = MAP_APPFONT ( 12 , 103 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 103 ) ;
++         Size = MAP_APPFONT ( 101 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "~Reduce image resolution";
++     };
++     ComboBox CO_REDUCEIMAGERESOLUTION
++     {
++-        Pos = MAP_APPFONT ( 116 , 102 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 116 , 102 ) ;
++         Size = MAP_APPFONT ( 48 , 50 ) ;
++         TabStop = TRUE ;
++         DropDown = TRUE ;
++@@ -146,41 +146,41 @@ TabPage  RID_PDF_TAB_GENER
++     };
++     FixedLine FL_GENERAL
++     {
++-        Pos = MAP_APPFONT ( 6 , 117 ) ;
+++        Pos = MAP_APPFONT ( 6 , 3 ) ;
++         Size = MAP_APPFONT ( 164 , 8 ) ;
++         Text[ en-US ] = "General";
++     };
++     CheckBox CB_PDFA_1B_SELECT
++     {
++-        Pos = MAP_APPFONT ( 12, 128 ) ;
+++        Pos = MAP_APPFONT ( 12, 14 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "P~DF/A-1a";
++     };
++     CheckBox CB_TAGGEDPDF
++     {
++-        Pos = MAP_APPFONT ( 12 , 141 ) ;
+++        Pos = MAP_APPFONT ( 12 , 27 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "~Tagged PDF";
++     };
++     CheckBox CB_EXPORTFORMFIELDS
++     {
++-        Pos = MAP_APPFONT ( 12 , 154 ) ;
+++        Pos = MAP_APPFONT ( 12 , 40 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "~Create PDF form";
++     };
++     FixedText FT_FORMSFORMAT
++     {
++-        Pos = MAP_APPFONT ( 30 , 168 ) ;
+++        Pos = MAP_APPFONT ( 30 , 54 ) ;
++         Size = MAP_APPFONT ( 93, 8 ) ;
++         Text[ en-US ] = "Submit ~format";
++     };
++     ListBox LB_FORMSFORMAT
++     {
++         Border = TRUE ;
++-        Pos = MAP_APPFONT ( 126, 166 ) ;
+++        Pos = MAP_APPFONT ( 126, 52 ) ;
++         Size = MAP_APPFONT ( 38, 48 ) ;
++         DeltaLang = < Default ; Default ; Default ; Default ; > ;
++         TabStop = TRUE ;
++@@ -195,21 +195,21 @@ TabPage  RID_PDF_TAB_GENER
++     };
++     CheckBox CB_EXPORTBOOKMARKS
++     {
++-        Pos = MAP_APPFONT ( 12 , 180 ) ;
+++        Pos = MAP_APPFONT ( 12 , 68 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "Export ~bookmarks";
++     };
++     CheckBox CB_EXPORTNOTES
++     {
++-        Pos = MAP_APPFONT ( 12 , 193 ) ;
+++        Pos = MAP_APPFONT ( 12 , 81 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "~Export comments";
++     };
++     CheckBox CB_EXPORTEMPTYPAGES
++     {
++-        Pos = MAP_APPFONT ( 12 , 206 ) ;
+++        Pos = MAP_APPFONT ( 12 , 94 ) ;
++         Size = MAP_APPFONT ( 158 , 16 ) ;
++         TabStop = TRUE ;
++         WordBreak = TRUE ;
++@@ -231,7 +231,7 @@ TabPage  RID_PDF_TAB_GENER
++     };
++     CheckBox CB_ADDSTREAM
++     {
++-        Pos = MAP_APPFONT ( 12 , 224 ) ;
+++        Pos = MAP_APPFONT ( 12 , 112 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "Create ~hybrid file";
++@@ -352,37 +352,37 @@ TabPage  RID_PDF_TAB_OPNFTR
++ ////////////////////////////////////////
++     FixedLine FL_PAGE_LAYOUT
++     {
++-        Pos = MAP_APPFONT ( 6 , 146 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 3 ) ;
++         Size = MAP_APPFONT (164  , 8 ) ;
++         Text[ en-US ] = "Page layout" ;
++     };
++     RadioButton  RB_PGLY_DEFAULT
++     {
++-        Pos = MAP_APPFONT ( 12 , 158 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 15 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "D~efault" ;
++     };
++     RadioButton  RB_PGLY_SINGPG
++     {
++-        Pos = MAP_APPFONT ( 12 , 170 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 27 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "~Single page" ;
++     };
++     RadioButton  RB_PGLY_CONT
++     {
++-        Pos = MAP_APPFONT ( 12 , 182 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 39 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "~Continuous" ;
++     };
++     RadioButton  RB_PGLY_CONTFAC
++     {
++-        Pos = MAP_APPFONT ( 12 , 194 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 51 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "C~ontinuous facing" ;
++     };
++     CheckBox  CB_PGLY_FIRSTLEFT
++     {
++-        Pos = MAP_APPFONT ( 22 , 206 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 22 , 63 ) ;
++         Size = MAP_APPFONT ( 148 , 10 ) ;
++         Text[ en-US ] = "First page is ~left" ;
++     };
++@@ -465,13 +465,13 @@ TabPage  RID_PDF_TAB_VPREFER
++ ////////////////////////////////
++     FixedLine FL_TRANSITIONS
++     {
++-        Pos = MAP_APPFONT ( 6 , 114 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 3 ) ;
++         Size = MAP_APPFONT ( 164 , 8 ) ;
++         Text[ en-US ] = "Transitions" ;
++     };
++     CheckBox CB_TRANSITIONEFFECTS
++     {
++-        Pos = MAP_APPFONT ( 12 , 126 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 15 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "~Use transition effects";
++@@ -479,25 +479,25 @@ TabPage  RID_PDF_TAB_VPREFER
++ ////////////////////////////////
++     FixedLine FL_BOOKMARKS
++     {
++-        Pos = MAP_APPFONT ( 6 , 140 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 29 ) ;
++         Size = MAP_APPFONT ( 164 , 8 ) ;
++         Text[ en-US ] = "Bookmarks" ;
++     };
++     RadioButton RB_ALLBOOKMARKLEVELS
++     {
++-        Pos = MAP_APPFONT ( 12 , 152 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 41 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         Text[ en-US ] = "All bookmark levels";
++     };
++     RadioButton RB_VISIBLEBOOKMARKLEVELS
++     {
++-        Pos = MAP_APPFONT ( 12 , 166 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 55 ) ;
++         Size = MAP_APPFONT ( 117 , 10 ) ;
++         Text[ en-US ] = "Visible bookmark levels";
++     };
++     NumericField NUM_BOOKMARKLEVELS
++     {
++-        Pos = MAP_APPFONT ( 132 , 165 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 132 , 54 ) ;
++         Size = MAP_APPFONT ( 32 , 12 ) ;
++         Border = TRUE;
++         Spin = TRUE;
++@@ -589,25 +589,25 @@ TabPage  RID_PDF_TAB_SECURITY
++ //////////////////////////////
++     FixedLine FL_PRINT_PERMISSIONS
++     {
++-        Pos = MAP_APPFONT ( 12 , 90 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 3 ) ;
++         Size = MAP_APPFONT (156  , 8 ) ;
++         Text[ en-US ] = "Printing" ;
++     };
++     RadioButton RB_PRINT_NONE
++     {
++-        Pos = MAP_APPFONT ( 18 , 101 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 14 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "~Not permitted";
++     };
++     RadioButton RB_PRINT_LOWRES
++     {
++-        Pos = MAP_APPFONT ( 18 , 112 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 25 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "~Low resolution (150 dpi)";
++     };
++     RadioButton RB_PRINT_HIGHRES
++     {
++-        Pos = MAP_APPFONT ( 18 , 123 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 36 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "~High resolution";
++     };
++@@ -615,45 +615,45 @@ TabPage  RID_PDF_TAB_SECURITY
++ /////////////////////////////
++     FixedLine FL_CHANGES_ALLOWED
++     {
++-        Pos = MAP_APPFONT ( 12 , 134 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 47 ) ;
++         Size = MAP_APPFONT (156  , 8 ) ;
++         Text[ en-US ] = "Changes" ;
++     };
++     RadioButton RB_CHANGES_NONE
++     {
++-        Pos = MAP_APPFONT ( 18 , 145 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 58 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "No~t permitted";
++     };
++     RadioButton RB_CHANGES_INSDEL
++     {
++-        Pos = MAP_APPFONT ( 18 , 157 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 70 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "~Inserting, deleting, and rotating pages";
++     };
++     RadioButton RB_CHANGES_FILLFORM
++     {
++-        Pos = MAP_APPFONT ( 18 , 168 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 81 ) ;
++         Size = MAP_APPFONT ( 150 , 10 ) ;
++         Text[ en-US ] = "~Filling in form fields";
++     };
++     RadioButton RB_CHANGES_COMMENT
++     {
++-        Pos = MAP_APPFONT ( 18 , 179 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 92 ) ;
++         Size = MAP_APPFONT ( 152 , 16 ) ;
++         WordBreak = TRUE ;
++         Text[ en-US ] = "~Commenting, filling in form fields";
++     };
++     RadioButton RB_CHANGES_ANY_NOCOPY
++     {
++-        Pos = MAP_APPFONT ( 18 , 198 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 12 , 111 ) ;
++         Size = MAP_APPFONT ( 152 , 10 ) ;
++         Text[ en-US ] = "~Any except extracting pages";
++     };
++ 
++     CheckBox CB_ENDAB_COPY
++     {
++-        Pos = MAP_APPFONT ( 12 , 211 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 124 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "Ena~ble copying of content" ;
++@@ -661,7 +661,7 @@ TabPage  RID_PDF_TAB_SECURITY
++ 
++     CheckBox CB_ENAB_ACCESS
++     {
++-        Pos = MAP_APPFONT ( 12 , 224 ) ;
+++        Pos = MAP_APPFONT ( PDF_COL2 + 6 , 137 ) ;
++         Size = MAP_APPFONT ( 158 , 10 ) ;
++         TabStop = TRUE ;
++         Text[ en-US ] = "Enable text access for acce~ssibility tools" ;
+diff --git a/patches/dev300/recovery-dialog-reduce-height.diff b/patches/dev300/recovery-dialog-reduce-height.diff
+new file mode 100644
+index 0000000..9c5b44b
+--- /dev/null
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/recovery-dialog-reduce-height.diff
+@@ -0,0 +1,21 @@
++diff -rup svx-orig/source/dialog/docrecovery.hrc svx/source/dialog/docrecovery.hrc
++--- svx-orig/source/dialog/docrecovery.hrc	2010-07-30 12:17:00.000000000 +0200
+++++ svx/source/dialog/docrecovery.hrc	2010-07-30 13:01:37.000000000 +0200
++@@ -36,7 +36,7 @@
++ 
++ // TabDialog
++ #define TABDLG_WIDTH                290
++-#define TABDLG_HEIGHT               278
+++#define TABDLG_HEIGHT               278-48
++ 
++ // TabPage CrashSave
++ 
++@@ -52,7 +52,7 @@
++ 
++ 
++ #define SAVE_WIDTH                  290
++-#define SAVE_HEIGHT                 278
+++#define SAVE_HEIGHT                 278-48
++ #define SAVE_TITLEWINHEIGHT         36
++ #define SAVE_DESCRHEIGHT            48
++ #define SAVE_COL0					(RSC_SP_DLG_INNERBORDER_LEFT)
diff -Nru openoffice.org-3.2.1/debian/patches/regcomp-fix-spelling.diff openoffice.org-3.2.1/debian/patches/regcomp-fix-spelling.diff
--- openoffice.org-3.2.1/debian/patches/regcomp-fix-spelling.diff	1970-01-01 01:00:00.000000000 +0100
+++ openoffice.org-3.2.1/debian/patches/regcomp-fix-spelling.diff	2010-08-18 13:40:07.000000000 +0200
@@ -0,0 +1,39 @@
+diff --git a/patches/dev300/apply b/patches/dev300/apply
+index 4283ba1..6dc9d1e 100644
+--- openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply
+@@ -3070,6 +3070,9 @@ lockfile-dont-do-dns-lookup.diff, n#389257, jholesov
+ # TODO file up-stream
+ lockfile-less-symbols.diff, jholesov
+ 
++# succesful -> successful
++regcomp-fix-spelling.diff, i#113958, rengelha
++
+ [ InternalMesaHeaders ]
+ internal-mesa-headers-config_office.diff, fridrich
+ internal-mesa-headers-slideshow.diff, fridrich
+--- /dev/null	2010-08-16 13:41:41.277183513 +0200
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/regcomp-fix-spelling.diff	2010-08-18 13:36:21.000000000 +0200
+@@ -0,0 +1,22 @@
++diff --git a/cpputools/source/registercomponent/registercomponent.cxx
++b/cpputools/source/registercomponent/registercomponent.cxx
++--- cpputools/source/registercomponent/registercomponent.cxx
+++++ cpputools/source/registercomponent/registercomponent.cxx
++@@ -584,7 +584,7 @@
++                     
++             if ( ! _bSilent )
++             {
++-                fprintf(stderr, "register component '%s' in registry '%s' succesful!\n", sUrl.getStr(), _sRegName.getStr());
+++                fprintf(stderr, "register component '%s' in registry '%s' successful!\n", sUrl.getStr(), _sRegName.getStr());
++             }
++ 
++ 		}
++@@ -613,7 +613,7 @@
++             if (bRet)
++             {
++                 if ( ! _bSilent )
++-                    fprintf(stderr, "revoke component '%s' from registry '%s' succesful!\n", sUrl.getStr(), _sRegName.getStr());
+++                    fprintf(stderr, "revoke component '%s' from registry '%s' successful!\n", sUrl.getStr(), _sRegName.getStr());
++             }
++             else
++             {
diff -Nru openoffice.org-3.2.1/debian/patches/SA40775.diff openoffice.org-3.2.1/debian/patches/SA40775.diff
--- openoffice.org-3.2.1/debian/patches/SA40775.diff	1970-01-01 01:00:00.000000000 +0100
+++ openoffice.org-3.2.1/debian/patches/SA40775.diff	2010-08-18 22:05:22.000000000 +0200
@@ -0,0 +1,225 @@
+--- /dev/null	2010-08-16 13:41:41.277183513 +0200
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/SA40775.diff	2010-08-17 18:54:25.000000000 +0200
+@@ -0,0 +1,204 @@
++diff -r 5b1ceed28385 sd/source/filter/ppt/propread.cxx
++--- sd/source/filter/ppt/propread.cxx	Fri Aug 06 14:53:07 2010 +0200
+++++ sd/source/filter/ppt/propread.cxx	Mon Aug 09 14:04:21 2010 +0200
++@@ -29,6 +29,7 @@
++ #include "precompiled_sd.hxx"
++ #include <propread.hxx>
++ #include <tools/bigint.hxx>
+++#include "tools/debug.hxx"
++ #include "rtl/tencinfo.h"
++ #include "rtl/textenc.h"
++ 
++@@ -90,6 +91,17 @@
++ 
++ //	-----------------------------------------------------------------------
++ 
+++static xub_StrLen lcl_getMaxSafeStrLen(sal_uInt32 nSize)
+++{
+++	nSize -= 1; //Drop NULL terminator
+++
+++	//If it won't fit in a string, clip it to the max size that does
+++    if (nSize > STRING_MAXLEN)
+++		nSize = STRING_MAXLEN;
+++
+++	return nSize;
+++}
+++
++ BOOL PropItem::Read( String& rString, sal_uInt32 nStringType, sal_Bool bAlign )
++ {
++ 	sal_uInt32	i, nItemSize, nType, nItemPos;
++@@ -108,36 +120,43 @@
++ 	{
++ 		case VT_LPSTR :
++ 		{
++-			if ( (sal_uInt16)nItemSize )
+++			if ( nItemSize )
++ 			{
++-				sal_Char* pString = new sal_Char[ (sal_uInt16)nItemSize ];
++-				if ( mnTextEnc == RTL_TEXTENCODING_UCS2 )
+++				try
++ 				{
++-					nItemSize >>= 1;
++-					if ( (sal_uInt16)nItemSize > 1 )
+++					sal_Char* pString = new sal_Char[ nItemSize ];
+++					if ( mnTextEnc == RTL_TEXTENCODING_UCS2 )
++ 					{
++-						sal_Unicode* pWString = (sal_Unicode*)pString;
++-						for ( i = 0; i < (sal_uInt16)nItemSize; i++ )
++-							*this >> pWString[ i ];
++-						rString = String( pWString, (sal_uInt16)nItemSize - 1 );
++-					}
++-					else
++-						rString = String();
++-					bRetValue = sal_True;
++-				}
++-				else
++-				{
++-					SvMemoryStream::Read( pString, (sal_uInt16)nItemSize );
++-					if ( pString[ (sal_uInt16)nItemSize - 1 ] == 0 )
++-					{
++-						if ( (sal_uInt16)nItemSize > 1 )
++-							rString = String( ByteString( pString ), mnTextEnc );
+++						nItemSize >>= 1;
+++						if ( nItemSize > 1 )
+++						{
+++							sal_Unicode* pWString = (sal_Unicode*)pString;
+++							for ( i = 0; i < nItemSize; i++ )
+++								*this >> pWString[ i ];
+++							rString = String( pWString, lcl_getMaxSafeStrLen(nItemSize) );
+++						}
++ 						else
++ 							rString = String();
++ 						bRetValue = sal_True;
++ 					}
+++					else
+++					{
+++						SvMemoryStream::Read( pString, nItemSize );
+++						if ( pString[ nItemSize - 1 ] == 0 )
+++						{
+++							if ( nItemSize > 1 )
+++								rString = String( ByteString( pString ), mnTextEnc );
+++							else
+++								rString = String();
+++							bRetValue = sal_True;
+++						}
+++					}
+++					delete[] pString;
++ 				}
++-				delete[] pString;
+++				catch( const std::bad_alloc& )
+++				{
+++					DBG_ERROR( "sd PropItem::Read bad alloc" );
+++				}
++ 			}
++ 			if ( bAlign )
++ 				SeekRel( ( 4 - ( nItemSize & 3 ) ) & 3 );		// dword align
++@@ -148,18 +167,25 @@
++ 		{
++ 			if ( nItemSize )
++ 			{
++-				sal_Unicode* pString = new sal_Unicode[ (sal_uInt16)nItemSize ];
++-				for ( i = 0; i < (sal_uInt16)nItemSize; i++ )
++-					*this >> pString[ i ];
++-				if ( pString[ i - 1 ] == 0 )
+++				try
++ 				{
++-					if ( (sal_uInt16)nItemSize > 1 )
++-						rString = String( pString, (sal_uInt16)nItemSize - 1 );
++-					else
++-						rString = String();
++-					bRetValue = sal_True;
+++					sal_Unicode* pString = new sal_Unicode[ nItemSize ];
+++					for ( i = 0; i < nItemSize; i++ )
+++						*this >> pString[ i ];
+++					if ( pString[ i - 1 ] == 0 )
+++					{
+++						if ( (sal_uInt16)nItemSize > 1 )
+++							rString = String( pString, lcl_getMaxSafeStrLen(nItemSize) );
+++						else
+++							rString = String();
+++						bRetValue = sal_True;
+++					}
+++					delete[] pString;
++ 				}
++-				delete[] pString;
+++				catch( const std::bad_alloc& )
+++				{
+++					DBG_ERROR( "sd PropItem::Read bad alloc" );
+++				}
++ 			}
++ 			if ( bAlign && ( nItemSize & 1 ) )
++ 				SeekRel( 2 );							// dword align
++@@ -349,24 +375,31 @@
++ 		for ( sal_uInt32 i = 0; i < nDictCount; i++ )
++ 		{
++ 			aStream >> nId >> nSize;
++-			if ( (sal_uInt16)nSize )
+++			if ( nSize )
++ 			{
++ 				String aString;
++ 				nPos = aStream.Tell();
++-				sal_Char* pString = new sal_Char[ (sal_uInt16)nSize ];
++-				aStream.Read( pString, (sal_uInt16)nSize );
++-				if ( mnTextEnc == RTL_TEXTENCODING_UCS2 )
+++				try
++ 				{
++-					nSize >>= 1;
++-					aStream.Seek( nPos );
++-					sal_Unicode* pWString = (sal_Unicode*)pString;
++-					for ( i = 0; i < (sal_uInt16)nSize; i++ )
++-						aStream >> pWString[ i ];
++-					aString = String( pWString, (sal_uInt16)nSize - 1 );
+++					sal_Char* pString = new sal_Char[ nSize ];
+++					aStream.Read( pString, nSize );
+++					if ( mnTextEnc == RTL_TEXTENCODING_UCS2 )
+++					{
+++						nSize >>= 1;
+++						aStream.Seek( nPos );
+++						sal_Unicode* pWString = (sal_Unicode*)pString;
+++						for ( i = 0; i < nSize; i++ )
+++							aStream >> pWString[ i ];
+++						aString = String( pWString, lcl_getMaxSafeStrLen(nSize) );
+++					}
+++					else
+++						aString = String( ByteString( pString, lcl_getMaxSafeStrLen(nSize) ), mnTextEnc );
+++					delete[] pString;
++ 				}
++-				else
++-					aString = String( ByteString( pString, (sal_uInt16)nSize - 1 ), mnTextEnc );
++-				delete[] pString;
+++				catch( const std::bad_alloc& )
+++				{
+++					DBG_ERROR( "sd Section::GetDictionary bad alloc" );
+++				}
++ 				if ( !aString.Len() )
++ 					break;
++ 				aDict.AddProperty( nId, aString );
++@@ -502,6 +502,11 @@
++ 			}
++ 			if ( nPropSize )
++ 			{
+++				if ( nPropSize > nStrmSize )
+++				{
+++					nPropCount = 0;
+++					break;
+++				}
++ 				pStrm->Seek( nPropOfs + nSecOfs );
++ 				// make sure we don't overflow the section size
++ 				if( nPropSize > nSecSize - nSecOfs )
++diff -r 5b1ceed28385 tools/source/generic/poly.cxx
++--- tools/source/generic/poly.cxx	Fri Aug 06 14:53:07 2010 +0200
+++++ tools/source/generic/poly.cxx	Mon Aug 09 14:04:21 2010 +0200
++@@ -243,6 +243,11 @@
++ void ImplPolygon::ImplSplit( USHORT nPos, USHORT nSpace, ImplPolygon* pInitPoly )
++ {
++ 	const ULONG 	nSpaceSize = nSpace * sizeof( Point );
+++
+++	//Can't fit this in :-(, throw ?
+++	if (mnPoints + nSpace > USHRT_MAX)
+++		return;
+++
++ 	const USHORT	nNewSize = mnPoints + nSpace;
++ 
++ 	if( nPos >= mnPoints )
++
+--- openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply	2010-08-17 18:59:01.000000000 +0200
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/patches/dev300/apply	2010-08-17 18:59:19.000000000 +0200
+@@ -19,7 +19,7 @@
+ 	 PopupRemoval, LinkWarningDlg, InternalCairo, Lockdown, \
+ 	 FedoraCommonFixes, InternalMesaHeaders, LayoutDialogs, Fuzz, \
+ 	 CalcRowLimit, Gcc44, Gcc45, BuildFix, WriterDocComparison, \
+-	 OptionalIconThemes, Toolbars, MySQL, BorderTypes
++	 OptionalIconThemes, Toolbars, MySQL, BorderTypes, Security
+ 
+ LinuxCommon : Common, Defaults, TangoIcons, FontConfigTemporaryHacks, \
+ 	      FedoraLinuxOnlyFixes, LinuxOnly, SystemBits, \
+@@ -4070,3 +4070,6 @@
+ 
+ [ OpenGLTransitions ]
+ transogl-transitions-newsflash-pptin.diff
++
++[ Security ]
++SA40775.diff
diff -Nru openoffice.org-3.2.1/debian/patches/series openoffice.org-3.2.1/debian/patches/series
--- openoffice.org-3.2.1/debian/patches/series	2010-07-28 15:48:54.000000000 +0200
+++ openoffice.org-3.2.1/debian/patches/series	2010-08-19 15:49:25.000000000 +0200
@@ -5,3 +5,7 @@
 odk-configure-honour-ure-link.diff
 fix-i113084.diff
 fix-i113461.diff
+reduce-height-on-dialogs-for-netbooks.diff
+regcomp-fix-spelling.diff
+shift-translations.diff
+SA40775.diff
diff -Nru openoffice.org-3.2.1/debian/patches/shift-translations.diff openoffice.org-3.2.1/debian/patches/shift-translations.diff
--- openoffice.org-3.2.1/debian/patches/shift-translations.diff	1970-01-01 01:00:00.000000000 +0100
+++ openoffice.org-3.2.1/debian/patches/shift-translations.diff	2010-08-18 18:59:28.000000000 +0200
@@ -0,0 +1,363 @@
+From 271315d8b35c4ae72666444ec2c6338ca9604994 Mon Sep 17 00:00:00 2001
+From: Petr Mladek <pmladek@walk.suse.cz>
+Date: Wed, 18 Aug 2010 15:47:14 +0000
+Subject: Non-translated Tools/Options/OpenOffice.org Writer/Comparison (bnc#615000)
+
+* src/sdf/writer-comparison-option-tree.sdf: the translations must be shifted
+  in the itemlist (bnc#615000)
+---
+diff --git a/src/sdf/writer-comparison-option-tree.sdf b/src/sdf/writer-comparison-option-tree.sdf
+new file mode 100644
+index 0000000..3a483c1
+--- dev/null
++++ openoffice.org-3.2.1/ooo-build-3-2-1-4/src/sdf/writer-comparison-option-tree.sdf
+@@ -0,0 +1,347 @@
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	af	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ar	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ast	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	bg	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	bn	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	br	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	brx	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	bs	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ca	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	cs	Srovnání				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	cy	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	da	Sammenligning				20090726 13:15:11
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	de	Vergleich				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	dgo	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	el	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	en-GB	Comparison				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	en-ZA	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	eo	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	es	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	es	Comparación				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	et	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	eu	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	fa	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	fi	Vertailu				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	fr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ga	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	gl	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	gu	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	hi	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	hr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	hu	Összehasonlítás				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	id	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	is	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	it	Confronto				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ja	比較				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	kk	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	km	ការ​ប្រៀបធៀប				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	kn	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	kok	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ko	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ks	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	lv	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	mai	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	mk	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ml	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	mni	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	mn	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	mr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	my	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	nb	Sammenligning				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ne	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	nl	Vergelijken				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	nn	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	nr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ns	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	oc	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	om	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	or	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	pl	Porównanie				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	pt-BR	Comparação				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	pt	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ro	Comparaţie				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ru	Сравнение				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	rw	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sa-IN	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sat	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sd	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sh	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	si	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sk	Porovnanie				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sl	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ss	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	st	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sv	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	sw-TZ	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ta	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	te	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	tg	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	tn	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	tr	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ts	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	ve	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	vi	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	xh	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	zh-CN	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	12			0	zh-TW	Comparison				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	af	Versoenbaarheid				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ar	التوافق				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ast	Compatibilidá				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	bg	Съвместимост				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	bn	সুসংগতি				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	br	Keverlec'hded				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	brx	गोरोबनाय गोनां				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	bs	Kompatibilnost				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ca	Compatibilitat				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	cs	Kompatibilita				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	cy	Cytunedd				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	da	Kompatibilitet				20090726 13:15:11
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	de	Kompatibilität				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	dgo	अनुकूलता 				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	el	Συμβατότητα				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	en-GB	Compatibility				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	en-ZA	Compatibility				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	eo	Kongrueco				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	es	Compatibilidad				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	es	Compatibilidad				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	et	Ühilduvus				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	eu	Bateragarritasuna				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	fa	سازگاری				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	fi	Yhteensopivuus				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	fr	Compatibilité				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ga	Comhoiriúnacht				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	gl	Compatibilidade				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	gu	સુસંગતતા				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	hi	सुसंगतता				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	hr	Kompatibilnost				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	hu	Kompatibilitás				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	id	Kompatibilitas				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	is	Samhæfni				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	it	Compatibilità				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ja	互換性				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	kk	Сәйкестiру				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	km	ភាព​ឆប​គ្នា				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	kn	ಸಹವರ್ತಿನೀಯತೆ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	kok	सुसंगतताय				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ko	호환성				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ks	مناسبت				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	lv	Savietojamība				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	mai	सुसंगतता				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	mk	Компатибилност				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ml	പൊരുത്തം				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	mni	চুন্নবা				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	mn	Нийцтэй байдал				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	mr	सहत्वता				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	my	လိုက်ဖက်ညီမှု				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	nb	Samspill				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ne	मिल्दोपना				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	nl	Compatibiliteit				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	nn	Samspel				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	nr	Ukuhlala ngokuhlangana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ns	Tumelelano				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	oc	Compatibilitat				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	om	Walta'iinsa				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	or	ସୁସଂଗତି				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	pl	Zgodność				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	pt-BR	Compatibilidade				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	pt	Compatibilidade				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ro	Compatibilitate				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ru	Совместимость				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	rw	Bihuye neza				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sa-IN	योग्यता				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sat	सुसंगतता				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sd	موافقت				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sh	Saglasnost				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	si	CJK යෝග්‍යතාව				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sk	Kompatibilita				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sl	Združljivost				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sr	Сагласност				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ss	Kusebentisana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	st	Tumellano				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sv	Kompatibilitet				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	sw-TZ	Utangamano				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ta	ஒத்தியல்பு				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	te	అనుసంధానం మాత్రమే				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	tg	Ҳамоҳангӣ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	tn	Tshwantshanyo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	tr	Uyumluluk				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ts	Ku tirhisana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	ve	U elana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	vi	Sự tương thích				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	xh	Ungqinelwano				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	zh-CN	兼容性				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	zh-TW	相容性				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	13			0	zu	Ukuhambelana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	af	OutoByskrif				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ar	تسمية توضيحيّة تلقائيّة				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	bg	Автонадпис				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	bn	স্বয়ংক্রিয়-ক্যাপশন				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	br	Leadell emgefreek				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	brx	गावआरि केप्शन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	bs	Auto-naslov				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ca	Llegenda automàtica				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	cs	Automatický popisek				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	cy	AwtoBennawd				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	da	Autobilledtekst				20090726 14:15:11
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	de	AutoBeschriftung				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	dgo	स्वचलत सिरलेख				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	el	Αυτόματη λεζάντα				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	en-GB	AutoCaption				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	en-ZA	AutoCaption				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	eo	Aŭtomata apudskribo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	es	Autotítulo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	es	Autotítulo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	et	Automaatpealdis				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	eu	Epigrafe automatikoa				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	fa	عنوان خودکار				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	fi	Automaattiotsikointi				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	fr	Légende automatique				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ga	Foscríbhinn Uathoibríoch				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	gl	Lenda automática				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	gu	સ્વયંકૅપ્શન				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	hi	स्वचालितशीर्षक				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	hr	SamoOpis				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	hu	Automatikus felirat				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	id	KapsiOtomatis				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	is	Sjálfvirkar fyrirsagnir (AutoCaption)				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	it	Didascalia automatica				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ja	自動図表番号				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	kk	Автотақырыбы				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	km	ចំណងជើង​ស្វ័យប្រវត្តិ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	kn	ಸ್ವಯಂಶೀರ್ಷಿಕೆ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	kok	आपसूक कॅप्शन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ko	자동 캡션				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ks	پانئی كیپشن				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	lv	Autom. paraksts				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	mai	स्वचालितकैप्शन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	mk	Автоматски наслов				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ml	ഓട്ടോകാപ്ഷന്‍				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	mni	ওতোকেপসন				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	mn	Автомат бичээс				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	mr	स्वयंकॅप्शन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	my	အလိုအလျောက်စာတန်း				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	nb	Automatisk bildetekst				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ne	स्वत: क्याप्सन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	nl	Automatische bijschriften				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	nn	Automatisk bilettekst				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	nr	Ikhephtjhini yokuzenzakalela				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ns	Go dira Ditlhakakgolo mo go Itiragalelago				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	om	OfinGodayyaa				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	or	ସ୍ବଯଂଚାଳିତଶିରୋନାମା				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	pl	Autopodpis				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	pt-BR	Legenda automática				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	pt	Legenda automática				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ro	Titlu automat				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ru	Автозаголовок				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	rw	NyaMwiranga				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sa-IN	स्वचालितः अधोलेखः				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sat	स्वचालितकैप्शन				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sd	خودڪار سرو				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sh	Automatsko naslovljavanje				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	si	ස්වයංක්‍රීය මාතෘකා				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sk	Automatický popisok				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sl	Samopoimenovanje				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sq	AutoCaption...				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sr	Аутоматско насловљавање				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ss	Kutibhalekela				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	st	KhepsheneeIketsahallang				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sv	Autobeskrivning				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	sw-TZ	AutoCaption				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ta	தானானதலைப்பு				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	te	 స్వయంక్లుప్తవివరణ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	tg	Автодохилкунӣ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	tr	Otomatik başlık				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ts	Nhlokomhaka yo titela hi yoxe				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	ve	OthoKhephusheni				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	vi	Cchú dẫn tự động				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	xh	Inkcazo NgemifanekisoEzenzekelayo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	zh-CN	自动插入标题				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	zh-TW	自動標籤				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	14			0	zu	Isihloko				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	af	Massapos-e-pos				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ar	رسالة إلكترونيّة عبر دمج المراسلات				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	bg	Циркулярни писма по е-поща				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	bn	মেইল একত্রীকরণ ইমেইল				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	br	Postel mailing				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	brx	मेल मार्ज इ-मेइल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	bs	Cirkularno pismo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ca	Adreça electrònica de la combinació de correu				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	cs	Hromadná korespondence elektronickou poštou				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	cy	E-bost Cyfuno E				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	da	Brevfletning e-mail				20090726 14:15:11
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	de	Serienbrief-E-Mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	dgo	  ई-मेल मेल-विलय करो				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	el	Συγχώνευση ηλεκτρονικής αλληλογραφίας				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	en-GB	Mail Merge E-mail				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	en-ZA	Mail Merge E-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	eo	Retpoŝta kunfandado				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	es	Combinar correspondencia				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	es	Combinar correspondencia				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	et	E-posti sätted kirjakoostel				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	eu	Posta-fusioko mezua				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	fa	پست الکترونیکی Mail Merge				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	fi	Joukkokirje-sähköposti				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	fr	E-mail de mailing				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ga	Postchumasc				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	gl	Combinación de correspondencia para envío electrónico				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	gu	મેઇલ એકત્ર ઇમેઇલ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	hi	मेल मर्ज ई-मेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	hr	Pošta Sjedini elektroničku poštu				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	hu	Körlevél e-mailben				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	id	Surel Surat Massal				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	is	Netfang fyrir bréfblöndun				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	it	Stampa in serie e-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ja	差し込み印刷 E-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	kk	Стандарттық хаттарды жасауға арналған  е-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	km	សំបុត្រ​សំណុំ​បែប​បទ				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	kn	ಮೈಲ್ ವಿಲೀನದ ಇ-ಮೈಲ್				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	kok	मेल मर्ज ई-मेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ko	편지 병합 전자 메일				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ks	میل رلئویو  E-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	lv	E-pasta sapludināšana				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	mai	डाक मिलाबू ईमेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	mk	Циркуларна е-пошта				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ml	മെയില്‍ മേര്‍ജ് ഈമെയില്‍				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	mni	মেইল পুনশিনবা ই-মেইল				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	mn	Цуврал захиа				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	mr	मेल एकत्र ई-मेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	my	အီးမေးလ်စာပို့စနစ်				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	nb	Brevfletting av e-post				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ne	पत्र गाभ्ने इमेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	nl	Standaardbrief E-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	nn	Brevfletting av e-post				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	nr	Ukuhlangana kweposo ye-E-meyili				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ns	Kopanya Poso ya E-meile				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	om	Ergaa-e Makiinsa Ergannoo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	or	ଇ-ମେଲ ମେଲ ମିଶାଅ 				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	pl	Korespondencja seryjna e-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	pt-BR	Mala direta de e-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	pt	Correio electrónico de impressão em série				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ro	Trimite email în serie				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ru	Рассылка писем				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	rw	Imeyili Mukomatanyabutumwa				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sa-IN	सन्देशनिमज्जन ई-मेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sat	डाक मिलायें ईमेल				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sd	جزب ڪيل اي۔ميل 				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sh	Cirkularna e-pošta				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	si	මේල් මර්ජ් විද්‍යුත් ලිපි				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sk	Hromadná korešpondencia emailom				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sl	Spajanje e-pošte				20100415 16:29:55
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sq	Bashkangjitje me të dhëna				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sr	Циркуларна е-пошта				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ss	I-imeyili yekuhlanganisa liposi				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	st	I-meili ya Kopanyo ya Poso				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sv	Kopplad utskrift med e-post				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	sw-TZ	Mail Merge E-mail				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ta	அஞ்சல் அமிழ் மின்னஞ்சல்				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	te	తపాళ కలయిక ఇ తపాలా				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	tg	Номаи Mail Merge				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	tr	Posta Birleştirme Adresi				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ts	E-meyili ya Mail Merge				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	ve	Emeili ya Thanganyo ya Manwalo				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	vi	Trộn thư điện tử				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	xh	Imeyile Yomanyano Lweposi				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	zh-CN	邮件合并电子邮件				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	zh-TW	合併列印電子郵件				2002-02-02 02:02:02
++svx	source\cui\treeopt.src	0	itemlist	RID_OFADLG_OPTIONS_TREE_PAGES.SID_SW_EDITOPTIONS	15			0	zu	Ukuhlanganiswa Ne-imayili				2002-02-02 02:02:02
+--
+cgit v0.8.3-6-g21f6
diff -Nru openoffice.org-3.2.1/debian/rules openoffice.org-3.2.1/debian/rules
--- openoffice.org-3.2.1/debian/rules	2010-07-28 22:26:55.000000000 +0200
+++ openoffice.org-3.2.1/debian/rules	2010-08-17 00:00:38.000000000 +0200
@@ -3579,8 +3579,8 @@
 	dh_installcligac -s
 endif
 	dh_compress -s -X.py -X.mk -X.sxd
-	dh_makeshlibs -puno-libs3 -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))" -- -c0 
-	dh_makeshlibs -n -pure -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))"
+	dh_makeshlibs -puno-libs3 -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))" -- -c0 -v$(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }')+OOo`echo $(BINARY_VERSION) | cut -d: -f2`
+	dh_makeshlibs -n -pure -V"ure (>= $(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }'))" -- -v$(shell grep UREPACKAGEVERSION $(SOURCE_TREE)/instsetoo_native/util/openoffice.lst | awk '{ print $$2 }')+OOo`echo $(BINARY_VERSION) | cut -d: -f2`
 	# ugly hack, but why does that happen? It's not in .symbols...
 	TMP=`mktemp -q`; \
 	grep -v PRIVATE debian/uno-libs3/DEBIAN/symbols > $$TMP && \
@@ -3682,11 +3682,6 @@
 			$(SOURCE_TREE)/sdext/$(shell . $(SOURCE_TREE)/*.sh; echo $$OUTPATH$$PROEXT)/lib/pdfimport.uno.so \
 			> debian/openoffice.org$(VER)-pdfimport.substvars
 endif
-	# no idea why this happens, hack around
-	perl -pi -e "s#, ure \(>= .*\), ure \(>= $(BINARY_VERSION)\)##" debian/ure.substvars
-	perl -pi -e "s#, ure \(>= $(BINARY_VERSION)\)##" debian/openoffice.org-core.substvars
-	perl -pi -e "s#, ure \(>= $(BINARY_VERSION)\)##" debian/openoffice.org-dev.substvars
-	perl -pi -e "s#, ure \(>= $(BINARY_VERSION)\)##" debian/mozilla-openoffice.org.substvars
 ifeq "$(ENABLE_MONO)" "y"
 	dh_makeclilibs -s
 	dh_clideps -s

Reply to: