diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2011-03-09 13:57:56 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-11-28 12:48:33 +0000 |
commit | 5c3614639cc448e5bdab6ed303de26a5ef9ce894 (patch) | |
tree | 0caf88c0a2f65c8719c07d40ffc33301fd7888cd /sd/source | |
parent | a46904855c32c306f42fce76735045d82013d993 (diff) |
impress211: fix a warning
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/slidesorter/controller/SlsTransferableData.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx index f12e9491f3aa..ebe44496a3a9 100644 --- a/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx +++ b/sd/source/ui/slidesorter/controller/SlsTransferableData.cxx @@ -108,7 +108,7 @@ void TransferableData::DragFinished (sal_Int8 nDropAction) -void TransferableData::Notify (SfxBroadcaster& rBroadcaster, const SfxHint& rHint) +void TransferableData::Notify (SfxBroadcaster&, const SfxHint& rHint) { if (rHint.ISA(SfxSimpleHint) && mpViewShell!=NULL) { |