summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-02-20 13:46:21 +0200
committerTor Lillqvist <tml@collabora.com>2014-02-20 13:52:08 +0200
commit55112988e67d627dc807fd30478c1c3f952c75f2 (patch)
tree51427d3ffed0a2b680a17f53e3daf4e2ff2d95f8 /vcl
parentdebbddf12bd266102d93e417934ca98365db9987 (diff)
Combine two subsequent SAL_INFO calls into one
Change-Id: Iec931ddb77ce09df72ee9ce321e443e6f5a785f1
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/filter/wmf/enhwmf.cxx3
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;