diff options
author | David Tardon <dtardon@redhat.com> | 2011-08-07 12:52:10 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-08-08 12:29:47 +0200 |
commit | 20ddaed243e6b66462fb9132d5cc84d78f578b8e (patch) | |
tree | caf78b7abc4fbdc1f2e593a11a18696b9b6ca134 /sc | |
parent | 834bdb3d3ecb801ad23b1f9a7b3473e2483aa902 (diff) |
fix typo
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/unoobj/chart2uno.cxx | 2 |
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; |