diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-07-21 11:15:00 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-07-24 08:21:32 +0200 |
commit | a3ecd60aa0a9b58663e851aacafcb389f9a1fe52 (patch) | |
tree | 7aa88a2789c7baad2953fefec589207a625e35f0 /sc | |
parent | 3aaa81ff68c6597381f58f2bd257190d70bd58a3 (diff) |
Fix typos
Change-Id: I8758872f6a5270de3f9b9dea750b9d40c7a446db
Reviewed-on: https://gerrit.libreoffice.org/57800
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/filter/inc/stylesbuffer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/inc/stylesbuffer.hxx b/sc/source/filter/inc/stylesbuffer.hxx index f187ac979733..3588512193c4 100644 --- a/sc/source/filter/inc/stylesbuffer.hxx +++ b/sc/source/filter/inc/stylesbuffer.hxx @@ -712,7 +712,7 @@ public: /** Creates the style sheet in the document described by this cell style object. */ void createCellStyle(); - /** Stores tha passed final style name and creates the cell style, if it is + /** Stores the passed final style name and creates the cell style, if it is user-defined or modified built-in. */ void finalizeImport( const OUString& rFinalName ); |