#i10000# WaE: dummy-use extra parameter

This commit is contained in:
thb 2010-01-21 11:30:03 +01:00
parent 7dd531f8d6
commit b532272a17

View file

@ -661,6 +661,9 @@ ShapeImporter::ShapeImporter( uno::Reference<drawing::XDrawPage> const&
mnAscendingPrio( nOrdNumStart ),
mbConvertingMasterPage( bConvertingMasterPage )
{
#ifndef ENABLE_PRESENTER_EXTRA_UI
(void)xPagesSupplier;
#endif
uno::Reference<drawing::XShapes> const xShapes(
xPage, uno::UNO_QUERY_THROW );
maShapesStack.push( XShapesEntry(xShapes) );