[Libreoffice-commits] core.git: sc/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun May 5 08:13:58 UTC 2019
sc/source/filter/inc/extlstcontext.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5767c14e5f2604dbdf13e070a01a7789071e521a
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat May 4 08:41:56 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 5 10:13:03 2019 +0200
Fix typo
Change-Id: I8e97f96d7931c1b867cc16a45ead291e15e57444
Reviewed-on: https://gerrit.libreoffice.org/71819
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/filter/inc/extlstcontext.hxx b/sc/source/filter/inc/extlstcontext.hxx
index 99cce913c2aa..3f2085d5ed81 100644
--- a/sc/source/filter/inc/extlstcontext.hxx
+++ b/sc/source/filter/inc/extlstcontext.hxx
@@ -17,7 +17,7 @@
#include <vector>
#include <memory>
-extern sal_Int32 rStyleIdx; // Holds index of the <extlst> <cfRule> style (Will be reseted finalize import)
+extern sal_Int32 rStyleIdx; // Holds index of the <extlst> <cfRule> style (Will be reset by finalize import)
struct ScDataBarFormatData;
namespace oox { class AttributeList; }
More information about the Libreoffice-commits
mailing list