summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2011-08-07 12:52:10 +0200
committerDavid Tardon <dtardon@redhat.com>2011-08-08 12:29:47 +0200
commit20ddaed243e6b66462fb9132d5cc84d78f578b8e (patch)
treecaf78b7abc4fbdc1f2e593a11a18696b9b6ca134 /sc
parent834bdb3d3ecb801ad23b1f9a7b3473e2483aa902 (diff)
fix typo
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/unoobj/chart2uno.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/unoobj/chart2uno.cxx b/sc/source/ui/unoobj/chart2uno.cxx
index 75a1e223aaea..5d511026f48b 100644
--- a/sc/source/ui/unoobj/chart2uno.cxx
+++ b/sc/source/ui/unoobj/chart2uno.cxx
@@ -629,7 +629,7 @@ void Chart2Positioner::glueState()
i = nCol*nR + nRow;
if (aCellStates[i] == nOccu)
{
- if (nRow > 0 && nRow > 0)
+ if (nCol > 0 && nRow > 0)
bGlue = false;
else
nRow = nR;