drawinglayer/source/geometry/viewinformation2d.cxx | 1 - drawinglayer/source/geometry/viewinformation3d.cxx | 1 - 2 files changed, 2 deletions(-)
New commits: commit 6245f8c0150b4ca874f44f2f33664fcd337d20d3 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Oct 2 17:30:56 2013 +0200 -Werror,-Wunused-variable Change-Id: If08088f17f65619023774473c088dcf589de4e79 diff --git a/drawinglayer/source/geometry/viewinformation2d.cxx b/drawinglayer/source/geometry/viewinformation2d.cxx index b362c01..60e301b 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 4707be1..0b0e94b 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()); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits