diff options
author | Christian Lippka ORACLE <christian.lippka@oracle.com> | 2010-12-01 10:02:17 +0100 |
---|---|---|
committer | Christian Lippka ORACLE <christian.lippka@oracle.com> | 2010-12-01 10:02:17 +0100 |
commit | ef238fc51189b007d5c4b20b6139c78984e18be0 (patch) | |
tree | f042e98f77417c96a134cd8da0405528d36bb0e5 /slideshow/source/engine/shapes | |
parent | a2fa4ea9d8cf51b3cda79d135cafc6fa0031937e (diff) |
impressdefaults1: #i113018# use red as default pen color, enable pen context menu
Diffstat (limited to 'slideshow/source/engine/shapes')
-rw-r--r-- | slideshow/source/engine/shapes/shapeimporter.cxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/slideshow/source/engine/shapes/shapeimporter.cxx b/slideshow/source/engine/shapes/shapeimporter.cxx index 1c90e45943d1..93dab2c780f3 100644 --- a/slideshow/source/engine/shapes/shapeimporter.cxx +++ b/slideshow/source/engine/shapes/shapeimporter.cxx @@ -646,20 +646,13 @@ ShapeImporter::ShapeImporter( uno::Reference<drawing::XDrawPage> const& sal_Int32 nOrdNumStart, bool bConvertingMasterPage ) : mxPage( xActualPage ), -#ifdef ENABLE_PRESENTER_EXTRA_UI mxPagesSupplier( xPagesSupplier ), -#else - mxPagesSupplier( NULL ), -#endif mrContext( rContext ), maPolygons(), maShapesStack(), 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) ); |