summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:08 +0100
committerAndras Timar <andras.timar@collabora.com>2014-11-24 12:48:25 +0100
commit4730af6a2435dfe35f598f12a4b3884bba40c006 (patch)
tree5dd7771071ac7b02136a4ae860c2d006775e59f4 /filter
parent31ef2b6396e2ebec10f84f21dfdee645690f5e62 (diff)
typo: unknown
Change-Id: If89443c1668ca01c826c8fc353b20097c7da7bf4
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/msdffimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/msdffimp.cxx b/filter/source/msfilter/msdffimp.cxx
index 679c40a65d94..0defb0a9cf3a 100644
--- a/filter/source/msfilter/msdffimp.cxx
+++ b/filter/source/msfilter/msdffimp.cxx
@@ -2221,7 +2221,7 @@ void DffPropertyReader::ApplyCustomShapeGeometryAttributes( SvStream& rIn, SfxIt
case 0x0:
{
//It is msopathEscapeExtension which is transformed into LINETO.
- //If issue happens, I think this part can be comment so that it will be taken as unknow command.
+ //If issue happens, I think this part can be comment so that it will be taken as unknown command.
//When export, origin data will be export without any change.
nCommand = EnhancedCustomShapeSegmentCommand::LINETO;
if ( !nCnt )