diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-07-01 23:10:33 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-07-01 23:10:33 +0200 |
commit | 9fe085d9a6d5246b8a1a6e78c55aca3eb9c3a541 (patch) | |
tree | f10b1a8daa8c75d14e1e834419a6426c9df8bfd7 /sd/source/ui/toolpanel | |
parent | fd83589f3f11b2a4576891372ba5c2f63ee80c74 (diff) |
2 cppcheck cleaning
Diffstat (limited to 'sd/source/ui/toolpanel')
-rw-r--r-- | sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx b/sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx index 821fa89ff0c4..f9ec936cede5 100644 --- a/sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx +++ b/sd/source/ui/toolpanel/SlideSorterCacheDisplay.cxx @@ -177,7 +177,6 @@ void SlideSorterCacheDisplay::Resize (void) else ++nC; } - double nAspect2 = double(nC) / double(nR); mnRowCount = nR; mnColumnCount = nC; |