summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-05-20 14:34:47 +0300
committerTor Lillqvist <tml@iki.fi>2013-05-20 14:34:47 +0300
commitb9c661e2bb4c521e5e71150f9b52272eb05aa9b7 (patch)
treeaa9680219281093d95728925da1bc7812e2f6560 /svx
parent08a7b542533d8de0a8fde5c2e836070b3c5592a3 (diff)
Fix warnings: unused variables [loplugin]
Change-Id: Id5c62c21f65165085616390d24605efe35ca9924
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sidebar/possize/PosSizePropertyPanel.cxx2
-rw-r--r--svx/source/sidebar/tools/ValueSetWithTextControl.cxx1
2 files changed, 0 insertions, 3 deletions
diff --git a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
index a3aafaac6fb0..fdba30fdc9d9 100644
--- a/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
+++ b/svx/source/sidebar/possize/PosSizePropertyPanel.cxx
@@ -1070,7 +1070,6 @@ void PosSizePropertyPanel::executePosX()
lX = -lX;
long lY = GetCoreValue( *mpMtrPosY, mePoolUnit );
- Size aPageSize;
Rectangle aRect;
maRect = mpView->GetAllMarkedRect();
aRect = mpView->GetAllMarkedRect();
@@ -1098,7 +1097,6 @@ void PosSizePropertyPanel::executePosY()
long lX = GetCoreValue( *mpMtrPosX, mePoolUnit );
long lY = GetCoreValue( *mpMtrPosY, mePoolUnit );
- Size aPageSize;
Rectangle aRect;
maRect = mpView->GetAllMarkedRect();
aRect = mpView->GetAllMarkedRect();
diff --git a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
index 3489a537fcea..df1bc7d21bdd 100644
--- a/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
+++ b/svx/source/sidebar/tools/ValueSetWithTextControl.cxx
@@ -344,7 +344,6 @@ void SvxNumValueSet2::UserDraw( const UserDrawEvent& rUDEvt )
pDev->DrawOutDev( aRect.TopLeft(), aRectSize,
aOrgRect.TopLeft(), aRectSize,
*pVDev );
- const OUString sValue(C2U(cValue));
Point aStart(aBLPos.X() + nRectWidth / 9,0);
if ( nItemId == DEFAULT_NONE)