summaryrefslogtreecommitdiff
path: root/vcl/generic/glyphs/gcach_ftyp.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-11-06 13:01:55 +0100
committerMichael Stahl <mstahl@redhat.com>2013-11-07 01:34:38 +0100
commit94d31d9ad1513504bb1415f0cfe70be380e18b9a (patch)
tree92bb6a2a61c8185045f7ffd4fec1ad7f0ce1d8cd /vcl/generic/glyphs/gcach_ftyp.cxx
parent1e7f9952140fb42c71df2113166902ef98287780 (diff)
vcl: WORDS_BIGENDIAN is never defined, use OSL_BIGENDIAN
Change-Id: I5186904b9703d6c9c49ca4c3b4a62f83423b1ae1
Diffstat (limited to 'vcl/generic/glyphs/gcach_ftyp.cxx')
-rw-r--r--vcl/generic/glyphs/gcach_ftyp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx
index 384de84505f5..abfa77578086 100644
--- a/vcl/generic/glyphs/gcach_ftyp.cxx
+++ b/vcl/generic/glyphs/gcach_ftyp.cxx
@@ -205,7 +205,7 @@ const void * graphiteFontTable(const void* appFaceHandle, unsigned int name, siz
} TableId;
TableId tableId;
tableId.m_id = name;
-#ifndef WORDS_BIGENDIAN
+#ifndef OSL_BIGENDIAN
TableId swapped;
swapped.m_c[3] = tableId.m_c[0];
swapped.m_c[2] = tableId.m_c[1];