summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--filter/source/svg/svgexport.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/svg/svgexport.cxx b/filter/source/svg/svgexport.cxx
index 2502fad56e73..a33fb46f1980 100644
--- a/filter/source/svg/svgexport.cxx
+++ b/filter/source/svg/svgexport.cxx
@@ -1162,7 +1162,7 @@ void SVGFilter::implGenerateMetaData()
VariableDateTimeField aVariableDateTimeField;
FooterField aFooterField;
- // check if the slide has a custom background wich overlaps the matser page background
+ // check if the slide has a custom background which overlaps the master page background
Reference< XPropertySet > xBackground;
xPropSet->getPropertyValue( "Background" ) >>= xBackground;
if( xBackground.is() )