[Libreoffice-commits] core.git: oox/source
Tor Lillqvist
tml at collabora.com
Sun Dec 20 01:06:24 PST 2015
oox/source/export/shapes.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit ac82c8d2b35ea3b3b73eccc58c593d94eb044214
Author: Tor Lillqvist <tml at collabora.com>
Date: Sun Dec 20 11:04:49 2015 +0200
Bin leftover commented-out debugging call to dump_pset()
Most likely wouldn't have compiled anyway if un-commented-out as I see
no dump_pset here.
Change-Id: I45a998251fb241a534d8f8ee9e57c2f4cba7df5c
diff --git a/oox/source/export/shapes.cxx b/oox/source/export/shapes.cxx
index e602533..364822f 100644
--- a/oox/source/export/shapes.cxx
+++ b/oox/source/export/shapes.cxx
@@ -843,7 +843,6 @@ void ShapeExport::WriteGraphicObjectShapePart( Reference< XShape > xShape, const
WriteTextShape( xShape );
- //DBG(dump_pset(mXPropSet));
return;
}
}
More information about the Libreoffice-commits
mailing list