summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2017-05-01 10:16:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-05-01 14:37:46 +0200
commit0b61ecd825b394e6abe64081c3b7f2e820f14f20 (patch)
tree6c1b595c1e17e4b20ccfe242e9054933334b9dfd /svx
parent10589bf9275f7853773203954a3d747a6d9bd6d0 (diff)
unnecessary PairedList macro
Change-Id: I54a6478522f03706b5d2d10b58857a3de2876ca8 Reviewed-on: https://gerrit.libreoffice.org/37118 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/txenctab.src3
1 files changed, 1 insertions, 2 deletions
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 ; > ;