[Libreoffice-commits] core.git: drawinglayer/source
Stephan Bergmann
sbergman at redhat.com
Wed Oct 2 08:31:19 PDT 2013
drawinglayer/source/geometry/viewinformation2d.cxx | 1 -
drawinglayer/source/geometry/viewinformation3d.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit 6245f8c0150b4ca874f44f2f33664fcd337d20d3
Author: Stephan Bergmann <sbergman at 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());
More information about the Libreoffice-commits
mailing list