diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-20 13:46:21 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-20 13:52:08 +0200 |
commit | 55112988e67d627dc807fd30478c1c3f952c75f2 (patch) | |
tree | 51427d3ffed0a2b680a17f53e3daf4e2ff2d95f8 | |
parent | debbddf12bd266102d93e417934ca98365db9987 (diff) |
Combine two subsequent SAL_INFO calls into one
Change-Id: Iec931ddb77ce09df72ee9ce321e443e6f5a785f1
-rw-r--r-- | vcl/source/filter/wmf/enhwmf.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vcl/source/filter/wmf/enhwmf.cxx b/vcl/source/filter/wmf/enhwmf.cxx index b83a5cffcd47..e2292a0b8f5f 100644 --- a/vcl/source/filter/wmf/enhwmf.cxx +++ b/vcl/source/filter/wmf/enhwmf.cxx @@ -497,8 +497,7 @@ sal_Bool EnhWMFReader::ReadEnhWMF() pWMF->ReadUInt32( length ); - SAL_INFO("vcl.emf", "\tGDI comment"); - SAL_INFO("vcl.emf", "\t\tlength: " << length); + SAL_INFO("vcl.emf", "\tGDI comment, length: " << length); if( pWMF->good() && length >= 4 ) { sal_uInt32 id; |