diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:30:56 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-10-02 17:30:56 +0200 |
commit | 6245f8c0150b4ca874f44f2f33664fcd337d20d3 (patch) | |
tree | d995c037efbffdfd201c5699bda471be218ea364 /drawinglayer | |
parent | 6af9bc29a6af4b2faf07fbb7d80c375dddb4dbed (diff) |
-Werror,-Wunused-variable
Change-Id: If08088f17f65619023774473c088dcf589de4e79
Diffstat (limited to 'drawinglayer')
-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()); |