diff options
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbacolorformat.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/vbahelper/vbacolorformat.cxx b/vbahelper/source/vbahelper/vbacolorformat.cxx index 653d0db23a2a..7fdfa9911d19 100644 --- a/vbahelper/source/vbahelper/vbacolorformat.cxx +++ b/vbahelper/source/vbahelper/vbacolorformat.cxx @@ -124,7 +124,7 @@ ScVbaColorFormat::getSchemeColor() for( ; i < 56; i++ ) { if( nColor == MsoColorIndices::getColorIndex(i) ) - break; + break; } if( i == 56 ) // this is most likely an error condition |