summaryrefslogtreecommitdiff
path: root/emfio
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-09-17 19:33:08 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2020-09-17 22:04:53 +0200
commitbe8b12eb14d5e0346c5aa69ad8d92dbf8d6c2456 (patch)
tree9e558d6e5fc253c2f733d56e0bfe5bc3bc3b0c31 /emfio
parenta242a8bb064f38b5ce4ca8c71aca5d50cc77df0b (diff)
Fix typo
Change-Id: I7840929712a8e9bd3f46b2c718cf430b97e9b683 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102970 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'emfio')
-rw-r--r--emfio/inc/emfreader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/emfio/inc/emfreader.hxx b/emfio/inc/emfreader.hxx
index 75a77211ea61..ec2c5273f650 100644
--- a/emfio/inc/emfreader.hxx
+++ b/emfio/inc/emfreader.hxx
@@ -32,7 +32,7 @@ namespace emfio
bool mbRecordPath : 1;
bool mbEMFPlus : 1;
bool mbEMFPlusDualMode : 1;
- /// An other format is read already, can ignore actual EMF data.
+ /// Another format is read already, can ignore actual EMF data.
bool mbReadOtherGraphicFormat = false;
bool ReadHeader();