summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgreader.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgreader.cxx')
-rw-r--r--filter/source/svg/svgreader.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/svgreader.cxx b/filter/source/svg/svgreader.cxx
index f39e303a1355..af3d6aec61b6 100644
--- a/filter/source/svg/svgreader.cxx
+++ b/filter/source/svg/svgreader.cxx
@@ -485,7 +485,7 @@ struct AnnotatingVisitor
mnCurrStateId,
rState));
- // find two representative stop colors (as odf only support
+ // find two representative stop colors (as ODF only support
// start&end color)
optimizeGradientStops(rState.maFillGradient);
@@ -1675,7 +1675,7 @@ struct ShapeWritingVisitor
"svggraphicstyle"+aStyleId);
// force path coordinates to 100th millimeter, after
- // putting polygon data at origin (odf viewbox
+ // putting polygon data at origin (ODF viewbox
// calculations largely untested codepaths, as OOo always
// writes "0 0 w h" viewboxes)
basegfx::B2DHomMatrix aNormalize;