Kaydet (Commit) 7deb5886 authored tarafından Matteo Casalin's avatar Matteo Casalin

Fix whitespaces/indentation

Change-Id: I84a9e136b9c463ae794f5ddcbb211707672f170d
üst 1a53de1c
......@@ -518,8 +518,7 @@ bool SwTransferable::GetData( const DataFlavor& rFlavor, const OUString& rDestDo
{
case SotClipboardFormatId::LINK:
if( refDdeLink.Is() )
bOK = SetObject( &refDdeLink,
SWTRANSFER_OBJECTTYPE_DDE, rFlavor );
bOK = SetObject( &refDdeLink, SWTRANSFER_OBJECTTYPE_DDE, rFlavor );
break;
case SotClipboardFormatId::OBJECTDESCRIPTOR:
......@@ -1041,8 +1040,7 @@ int SwTransferable::CalculateAndCopy()
return 1;
}
int SwTransferable::CopyGlossary( SwTextBlocks& rGlossary,
const OUString& rStr )
int SwTransferable::CopyGlossary( SwTextBlocks& rGlossary, const OUString& rStr )
{
if(!pWrtShell)
return 0;
......@@ -1237,7 +1235,8 @@ bool SwTransferable::PasteData( TransferableDataHelper& rData,
case SotExchangeDest::SWDOC_FREE_AREA_WEB:
bDelSel = true;
break;
default: break;
default:
break;
}
if( bDelSel )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment