summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-12-23 22:48:59 +0000
committerCaolán McNamara <caolanm@redhat.com>2012-01-05 09:18:14 +0000
commit30ec94d8d4af1ed72bc84ff6b5607d0733df9347 (patch)
treebe38485dbd98ada96c6f3f48b6491c12590e504e /svtools
parentf84109c4577866227ac0d89368dfdceb5599954c (diff)
WaE and build fixes for OSL_DEBUG_LEVEL == 2
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter/wmf/enhwmf.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svtools/source/filter/wmf/enhwmf.cxx b/svtools/source/filter/wmf/enhwmf.cxx
index 97f1d5cc631c..db6a27118e04 100644
--- a/svtools/source/filter/wmf/enhwmf.cxx
+++ b/svtools/source/filter/wmf/enhwmf.cxx
@@ -492,12 +492,12 @@ sal_Bool EnhWMFReader::ReadEnhWMF()
// EMF+ comment (fixme: BE?)
if( id == 0x2B464D45 && nRecSize >= 12 )
ReadEMFPlusComment( length, bHaveDC );
- // GDIC comment, doesn't do anything useful yet => enabled only for debug
+ // GDIC comment, doesn't do anything useful yet
else if( id == 0x43494447 && nRecSize >= 12 ) {
- EMFP_DEBUG(ReadGDIComment());
+ //ToDo: ReadGDIComment()
} else {
EMFP_DEBUG(printf ("\t\tunknown id: 0x%x\n",(unsigned int) id));
- }
+ }
}
} else if( !bEMFPlus || bHaveDC || nRecType == EMR_EOF )