[Libreoffice-commits] core.git: svtools/source svx/source

Noel Grandin noelgrandin at gmail.com
Mon May 1 12:38:16 UTC 2017


 svtools/source/misc/langtab.src |    4 +---
 svx/source/dialog/txenctab.src  |    3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit 0b61ecd825b394e6abe64081c3b7f2e820f14f20
Author: Noel Grandin <noelgrandin at gmail.com>
Date:   Mon May 1 10:16:42 2017 +0200

    unnecessary PairedList macro
    
    Change-Id: I54a6478522f03706b5d2d10b58857a3de2876ca8
    Reviewed-on: https://gerrit.libreoffice.org/37118
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>

diff --git a/svtools/source/misc/langtab.src b/svtools/source/misc/langtab.src
index 5496a6739fcf..ec44fb76be1c 100644
--- a/svtools/source/misc/langtab.src
+++ b/svtools/source/misc/langtab.src
@@ -20,11 +20,9 @@
 #include <svtools/svtools.hrc>
 #include <i18nlangtag/lang.h>
 
-#define PairedList ItemList
-
 StringArray STR_ARR_SVT_LANGUAGE_TABLE
 {
-    PairedList [ en-US ] =
+    ItemList [ en-US ] =
     {
         < "[None]" ; LANGUAGE_NONE ; > ;
         < "Unknown" ; LANGUAGE_DONTKNOW ; > ;
diff --git a/svx/source/dialog/txenctab.src b/svx/source/dialog/txenctab.src
index 63e3fa92ca72..c3cefd8eaf5a 100644
--- a/svx/source/dialog/txenctab.src
+++ b/svx/source/dialog/txenctab.src
@@ -20,12 +20,11 @@
 #include <svx/dialogs.hrc>
 #include <rtl/textenc.h>
 
-#define PairedList ItemList
 // Encodings for which no conversion exist yet are commented out.
 
 StringArray RID_SVXSTR_TEXTENCODING_TABLE
 {
-    PairedList [ en-US ] =
+    ItemList [ en-US ] =
     {
          < "Western Europe (Windows-1252/WinLatin 1)"           ; RTL_TEXTENCODING_MS_1252          ; > ;
         < "Western Europe (Apple Macintosh)"                    ; RTL_TEXTENCODING_APPLE_ROMAN      ; > ;


More information about the Libreoffice-commits mailing list