summaryrefslogtreecommitdiff
path: root/sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
diff options
context:
space:
mode:
authorRobert Roth <robert.roth.off@gmail.com>2010-12-05 00:16:48 +0200
committerCaolán McNamara <caolanm@redhat.com>2010-12-05 12:47:23 +0000
commitb4106d0526e1a1978cbc8f916da05f1a1c976715 (patch)
tree46ddc21d42af99b69fef7f28d0ec4fa79b1e46e3 /sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
parent1c4faf4b2984c0def76bd5818295aace0505654c (diff)
Removed dead code and comments from sd
Diffstat (limited to 'sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx')
-rw-r--r--sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx b/sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
index 06effadf2bcf..279746a29fc0 100644
--- a/sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
+++ b/sd/source/ui/slidesorter/cache/SlsBitmapCompressor.cxx
@@ -255,8 +255,6 @@ public:
pResult = new BitmapEx(aReader.Read());
}
-// sal_Int32 nRatio ((100L * (ULONG)pResult->GetSizeBytes()) / (ULONG)pData->mnDataSize);
-
return ::boost::shared_ptr<BitmapEx>(pResult);
}