diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2021-12-16 18:35:08 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2021-12-16 21:52:43 +0100 |
commit | 63f2350fa3f91fcc310f85a59f1becdfee2784af (patch) | |
tree | 6f33312c3695ec845c4a1014a7a3f8a9c868ce44 /include/xmloff/prstylei.hxx | |
parent | ab864bd178a44208c98a2fd1b1248df5f1db1fc9 (diff) |
Fix typos
Change-Id: I66feced8bed05c7859e36a6d2f746a7faf30c7a4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126915
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'include/xmloff/prstylei.hxx')
-rw-r--r-- | include/xmloff/prstylei.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/prstylei.hxx b/include/xmloff/prstylei.hxx index c2766f76fa0c..98df0c4ead52 100644 --- a/include/xmloff/prstylei.hxx +++ b/include/xmloff/prstylei.hxx @@ -58,7 +58,7 @@ protected: // Helper which will deactivate all old fill definitions (identified by // the given OldFillStyleDefinitionSet) in the local maProperties. Deactivation - // is done setting theindex to -1. It returns true when actually old fill + // is done setting the index to -1. It returns true when actually old fill // definitions existed and were deactivated void deactivateOldFillStyleDefinitions( const OldFillStyleDefinitionSet& rHashSetOfTags); |