summaryrefslogtreecommitdiff
path: root/filter/source/svg/svgexport.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/svg/svgexport.cxx')
-rw-r--r--filter/source/svg/svgexport.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 1227b97bed2b..6e91d555bc53 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -293,7 +293,7 @@ public:
}
virtual void growCharSet( SVGFilter::UCharSetMapMap & aTextFieldCharSets ) const SAL_OVERRIDE
{
- // we use the unicode char set in an improper way: we put in the date/time fortat
+ // we use the unicode char set in an improper way: we put in the date/time format
// in order to pass it to the CalcFieldValue method
static const OUString sFieldId = aOOOAttrDateTimeField + "-variable";
SVGFilter::ObjectSet::const_iterator aMasterPageIt = mMasterPageSet.begin();
@@ -1278,7 +1278,7 @@ void SVGFilter::implEmbedBulletGlyph( sal_Unicode cBullet, const OUString & sPat
/** SVGFilter::implExportTextEmbeddedBitmaps
* We export bitmaps embedded into text shapes, such as those used by list
- * items with image style, only once in a specic <defs> element.
+ * items with image style, only once in a specific <defs> element.
*/
bool SVGFilter::implExportTextEmbeddedBitmaps()
{