diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:01:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-28 20:26:25 +0100 |
commit | ad930bddba8002fe592d7242b99867bffed9dbf0 (patch) | |
tree | 0850f58cad301de17622c86d53ea6b45041f510a /oox/source/ole | |
parent | 0f50845dbd751140612b09a1210922eb70af729e (diff) |
bool improvements
Change-Id: I171212bbfc2f54a16b5669ab4401a3168e7f0552
Diffstat (limited to 'oox/source/ole')
-rw-r--r-- | oox/source/ole/axcontrol.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/ole/axcontrol.cxx b/oox/source/ole/axcontrol.cxx index 98c65c66ca86..8b7d7b0868f4 100644 --- a/oox/source/ole/axcontrol.cxx +++ b/oox/source/ole/axcontrol.cxx @@ -2629,7 +2629,7 @@ HtmlSelectModel::importBinaryModel( BinaryInputStream& rInStrm ) for( std::vector< sal_Int16 >::iterator it = selectedIndices.begin(); it != selectedIndices.end(); ++it, ++index ) msIndices[ index ] = *it; } - return sal_True; + return true; } |