diff options
Diffstat (limited to 'drawinglayer/source')
-rw-r--r-- | drawinglayer/source/geometry/viewinformation2d.cxx | 1 | ||||
-rw-r--r-- | drawinglayer/source/geometry/viewinformation3d.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx index b362c01d4414..60e301b598ab 100644 --- a/drawinglayer/source/geometry/viewinformation2d.cxx +++ b/drawinglayer/source/geometry/viewinformation2d.cxx @@ -179,7 +179,6 @@ namespace drawinglayer void impFillViewInformationFromContent() { - uno::Sequence< beans::PropertyValue > xRetval; const bool bObjectTransformationUsed(!maObjectTransformation.isIdentity()); const bool bViewTransformationUsed(!maViewTransformation.isIdentity()); const bool bViewportUsed(!maViewport.isEmpty()); diff --git a/drawinglayer/source/geometry/viewinformation3d.cxx b/drawinglayer/source/geometry/viewinformation3d.cxx index 4707be1c6924..0b0e94bf7ae0 100644 --- a/drawinglayer/source/geometry/viewinformation3d.cxx +++ b/drawinglayer/source/geometry/viewinformation3d.cxx @@ -228,7 +228,6 @@ namespace drawinglayer // data set void impFillViewInformationFromContent() { - uno::Sequence< beans::PropertyValue > xRetval; const bool bObjectTransformationUsed(!maObjectTransformation.isIdentity()); const bool bOrientationUsed(!maOrientation.isIdentity()); const bool bProjectionUsed(!maProjection.isIdentity()); |