summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-05-04 08:41:56 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-05-05 10:13:03 +0200
commit5767c14e5f2604dbdf13e070a01a7789071e521a (patch)
tree29825c3df87f9dc2f075a13e4794a2a3ba1c1026 /sc/source
parent726335e69e30b723f5793da9035fcdf17b441e81 (diff)
Fix typo
Change-Id: I8e97f96d7931c1b867cc16a45ead291e15e57444 Reviewed-on: https://gerrit.libreoffice.org/71819 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/inc/extlstcontext.hxx2
1 files changed, 1 insertions, 1 deletions
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; }