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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 29 04:26:31 UTC 2019


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

New commits:
commit 9e2f33b4b355d50dbd3624c9cd6398a861d34ceb
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue May 14 21:24:03 2019 +0000
Commit:     Jens Carl <j.carl43 at gmx.de>
CommitDate: Wed May 29 06:25:27 2019 +0200

    Fix typo
    
    Change-Id: Ib1af986d52bbc4ea7e2ee7dc5964da81e6508265
    Reviewed-on: https://gerrit.libreoffice.org/73137
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.carl43 at gmx.de>

diff --git a/filter/source/msfilter/eschesdo.cxx b/filter/source/msfilter/eschesdo.cxx
index 8621fd9f6198..9ed77a8b2280 100644
--- a/filter/source/msfilter/eschesdo.cxx
+++ b/filter/source/msfilter/eschesdo.cxx
@@ -972,7 +972,7 @@ sal_uInt32 EscherEx::QueryTextID( const Reference< XShape >&, sal_uInt32 )
     return 0;
 }
 
-// add an dummy rectangle shape into the escher stream
+// add a dummy rectangle shape into the escher stream
 sal_uInt32 EscherEx::AddDummyShape()
 {
     OpenContainer( ESCHER_SpContainer );


More information about the Libreoffice-commits mailing list