summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgwriter.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2017-09-01 15:51:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2017-09-01 17:15:14 +0200
commit5aafb3db7e8316e8e5a8665d6161fda4d4588443 (patch)
tree0bc3169dcdcf36594c6e573d318f9e119a5e13bc /filter/source/svg/svgwriter.cxx
parentef8341f05ec79fcdac3b05b45659f5c98ff05edf (diff)
Fix typos
Change-Id: I4496faa9ce7cad393bf06ca789099b045aea2741 Reviewed-on: https://gerrit.libreoffice.org/41785 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'filter/source/svg/svgwriter.cxx')
-rw-r--r--filter/source/svg/svgwriter.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/svgwriter.cxx b/filter/source/svg/svgwriter.cxx
index 2bf4b1c0ad2d..3daad7bfe0a4 100644
--- a/filter/source/svg/svgwriter.cxx
+++ b/filter/source/svg/svgwriter.cxx
@@ -3298,7 +3298,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
{
mapCurShape->maShapePolyPoly = aStartArrow;
- if( pElementId ) // #i124825# pElementId is optinal, may be zero
+ if( pElementId ) // #i124825# pElementId is optional, may be zero
{
mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
}
@@ -3310,7 +3310,7 @@ void SVGActionWriter::ImplWriteActions( const GDIMetaFile& rMtf,
{
mapCurShape->maShapePolyPoly = aEndArrow;
- if( pElementId ) // #i124825# pElementId is optinal, may be zero
+ if( pElementId ) // #i124825# pElementId is optional, may be zero
{
mapCurShape->maId = *pElementId + "_" + OUString::number(nEntryCount++);
}