summaryrefslogtreecommitdiffstats
path: root/hwpfilter
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2013-04-15 04:49:39 +0200
commit60fbefc615f8931bf8b952293fc4eb4ac35dafd8 (patch)
tree2a91fcbcb206d60dcc652a336bb9b6813578815e /hwpfilter
parentResolves: #i119567# wmf in PICT assure correct scaling... (diff)
downloadcore-60fbefc615f8931bf8b952293fc4eb4ac35dafd8.tar.gz
core-60fbefc615f8931bf8b952293fc4eb4ac35dafd8.zip
fdo#60724 informations -> information
Change-Id: Ifd34ebfc7fe01b4a470eb072597dd3ec97c97863
Diffstat (limited to 'hwpfilter')
-rw-r--r--hwpfilter/source/hpara.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwpfilter/source/hpara.cxx b/hwpfilter/source/hpara.cxx
index f06592fda599..b1d6f544fc14 100644
--- a/hwpfilter/source/hpara.cxx
+++ b/hwpfilter/source/hpara.cxx
@@ -34,7 +34,7 @@ bool LineInfo::Read(HWPFile & hwpf, HWPPara *pPara)
pos = sal::static_int_cast<unsigned short>(hwpf.Read2b());
space_width = (short) hwpf.Read2b();
height = (short) hwpf.Read2b();
-// internal informations
+// internal information
pgy = (short) hwpf.Read2b();
sx = (short) hwpf.Read2b();
psx = (short) hwpf.Read2b();