summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2010-09-01 18:30:27 +0200
committerNiklas Nebel <nn@openoffice.org>2010-09-01 18:30:27 +0200
commitc87fa692ab3b94601d3556b0e81c396f7cadc40d (patch)
tree1e81caa9d3ad0827b735fc21f038bff19bb7139d /sc
parent892fc048a385eebb365a0bfc7172f334f5d0ab57 (diff)
calc59: compiler warning
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/dbgui/pvlaydlg.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/dbgui/pvlaydlg.cxx b/sc/source/ui/dbgui/pvlaydlg.cxx
index d73ede0d4947..56d7e3550cda 100644
--- a/sc/source/ui/dbgui/pvlaydlg.cxx
+++ b/sc/source/ui/dbgui/pvlaydlg.cxx
@@ -958,7 +958,6 @@ PointerStyle ScDPLayoutDlg::NotifyMouseMove( const Point& rAt )
if ( eCheckTarget != TYPE_SELECT )
{
// check if the target orientation is allowed for this field
- bool bAllowed = true;
ScDPFuncDataVec* fromArr = NULL;
switch ( eDnDFromType )
{