summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-26 22:39:12 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2021-01-27 11:34:49 +0100
commit97e929a61c2d1679c02eb9fb4c13f54a5f0f1988 (patch)
tree419bbe81ce26be3afe4d1660856d9d11d3113d7b /filter
parent02e1909b30da0abdd21ad181f54b48ee05b17ea5 (diff)
Fix typo
Change-Id: I4235e1cbc76bb12e125be15766c71e527fb10e29 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110001 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'filter')
-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() )