Kaydet (Commit) 6245f8c0 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror,-Wunused-variable

Change-Id: If08088f17f65619023774473c088dcf589de4e79
üst 6af9bc29
......@@ -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());
......
......@@ -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());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment