diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2016-07-10 15:33:16 +0200 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-07-11 05:49:27 +0000 |
commit | a4d40892b78070c9e54e0c8a30ed20d3395e68cd (patch) | |
tree | 9e8ce487265138fbc61f391c83da8ee65b683f1e /editeng | |
parent | 54f83fee8451928b7078c0f9c96ec4187309bc00 (diff) |
Fix typos
Change-Id: I81671c9a8e7e5b878e605ac0ed6c3d8ef5c5b689
Reviewed-on: https://gerrit.libreoffice.org/27088
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'editeng')
-rw-r--r-- | editeng/source/rtf/rtfitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/rtf/rtfitem.cxx b/editeng/source/rtf/rtfitem.cxx index 202578aa98e5..1e73f910fe4b 100644 --- a/editeng/source/rtf/rtfitem.cxx +++ b/editeng/source/rtf/rtfitem.cxx @@ -1663,7 +1663,7 @@ void SvxRTFParser::ReadBackgroundAttr( int nToken, SfxItemSet& rSet, Color aCol( COL_WHITE ), aFCol; if( !nFillValue ) { - // there was only one of two colors specified or no BrushTyp + // there was only one of two colors specified or no BrushType if( USHRT_MAX != nFillColor ) { nFillValue = 100; |