[Libreoffice-commits] core.git: filter/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Jan 27 10:35:28 UTC 2021


 filter/source/svg/svgexport.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 97e929a61c2d1679c02eb9fb4c13f54a5f0f1988
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Jan 26 22:39:12 2021 +0100
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Wed Jan 27 11:34:49 2021 +0100

    Fix typo
    
    Change-Id: I4235e1cbc76bb12e125be15766c71e527fb10e29
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110001
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

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() )


More information about the Libreoffice-commits mailing list