#i10000# WaE: dummy-use extra parameter
This commit is contained in:
parent
7dd531f8d6
commit
b532272a17
1 changed files with 3 additions and 0 deletions
|
@ -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) );
|
||||
|
|
Loading…
Reference in a new issue