diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-12-23 22:48:59 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-01-05 09:18:14 +0000 |
commit | 30ec94d8d4af1ed72bc84ff6b5607d0733df9347 (patch) | |
tree | be38485dbd98ada96c6f3f48b6491c12590e504e /sd | |
parent | f84109c4577866227ac0d89368dfdceb5599954c (diff) |
WaE and build fixes for OSL_DEBUG_LEVEL == 2
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/eppt/pptx-epptbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/eppt/pptx-epptbase.cxx b/sd/source/filter/eppt/pptx-epptbase.cxx index 75bab47f95f1..8a3c8bd5082b 100644 --- a/sd/source/filter/eppt/pptx-epptbase.cxx +++ b/sd/source/filter/eppt/pptx-epptbase.cxx @@ -1017,7 +1017,7 @@ sal_Bool PPTWriterBase::ContainsOtherShapeThanPlaceholders( sal_Bool bForOOMLX ) } else bOtherThanPlaceHolders = sal_True; } - DBG(printf("mType == %s\n", mType.GetBuffer())); + DBG(printf("mType == %s\n", mType.getStr())); } return bOtherThanPlaceHolders; |