summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-03-26 15:43:23 +0000
committerCaolán McNamara <caolanm@redhat.com>2015-03-26 15:43:59 +0000
commitdf77bc8839f29b7035bd8542cc9f88db31571e88 (patch)
tree8e81d07ea91ccd6ed535ff9ff9b2e2973d9584a4 /sd
parent63fccb1101cacd7887a5f7a094fd376d164e3d73 (diff)
vexing parse
Change-Id: I6c91d94f7eec6001980fb221891157d1e436e1fb
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/app/sdxfer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/app/sdxfer.cxx b/sd/source/ui/app/sdxfer.cxx
index ac6c4f7ef298..dc1ec49cc6b7 100644
--- a/sd/source/ui/app/sdxfer.cxx
+++ b/sd/source/ui/app/sdxfer.cxx
@@ -658,7 +658,7 @@ bool SdTransferable::WriteObject( SotStorageStreamRef& rxOStm, void* pObject, So
void SdTransferable::DragFinished( sal_Int8 nDropAction )
{
if( mpSdView )
- const_cast<::sd::View*>(mpSdView)->DragFinished( nDropAction );
+ const_cast< ::sd::View* >(mpSdView)->DragFinished( nDropAction );
}
void SdTransferable::ObjectReleased()