[Libreoffice-commits] core.git: emfio/source
Caolán McNamara
caolanm at redhat.com
Mon Sep 4 07:55:32 UTC 2017
emfio/source/reader/mtftools.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit 21d64a76ec128ae5787b24dc444a2f51ed8acf5d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Sep 4 08:54:50 2017 +0100
stray debugging
Change-Id: Iabe56218f8914d8d858446eb177cb89dc1cd8601
diff --git a/emfio/source/reader/mtftools.cxx b/emfio/source/reader/mtftools.cxx
index ce2b8ab1b395..9fec82543f2a 100644
--- a/emfio/source/reader/mtftools.cxx
+++ b/emfio/source/reader/mtftools.cxx
@@ -608,8 +608,6 @@ namespace emfio
if ( (sal_uInt32)nIndex < mvGDIObj.size() )
pGDIObj = mvGDIObj[ nIndex ].get();
- fprintf(stderr, "index %d is %p\n", nIndex, pGDIObj);
-
if ( pGDIObj )
{
if (const auto pen = dynamic_cast<WinMtfLineStyle*>(pGDIObj))
@@ -717,7 +715,6 @@ namespace emfio
if ( nIndex == mvGDIObj.size() )
ImplResizeObjectArry( mvGDIObj.size() + 16 );
- fprintf(stderr, "index %ld set to %p\n", nIndex, pObject.get());
mvGDIObj[ nIndex ] = std::move(pObject);
}
@@ -754,8 +751,6 @@ namespace emfio
if ( (sal_uInt32)nIndex >= mvGDIObj.size() )
ImplResizeObjectArry( nIndex + 16 );
- fprintf(stderr, "22 index %d set to %p\n", nIndex, pObject.get());
-
mvGDIObj[ nIndex ] = std::move(pObject);
}
}
More information about the Libreoffice-commits
mailing list