summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/ViewClipboard.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:00 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:09 +0200
commited6b8a100c1aabb342573f252509573bbe124d29 (patch)
tree35874493d9470202b3221aa2a1666b6647494242 /sd/source/ui/view/ViewClipboard.cxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/view/ViewClipboard.cxx')
-rw-r--r--sd/source/ui/view/ViewClipboard.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/source/ui/view/ViewClipboard.cxx b/sd/source/ui/view/ViewClipboard.cxx
index 38af3dd9eecf..2f6554ccbfd4 100644
--- a/sd/source/ui/view/ViewClipboard.cxx
+++ b/sd/source/ui/view/ViewClipboard.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "ViewClipboard.hxx"
#include "DrawDocShell.hxx"
@@ -42,16 +41,10 @@ ViewClipboard::ViewClipboard (::sd::View& rView)
{
}
-
-
-
ViewClipboard::~ViewClipboard (void)
{
}
-
-
-
void ViewClipboard::HandlePageDrop (const SdTransferable& rTransferable)
{
// Determine whether to insert the given set of slides or to assign a
@@ -63,9 +56,6 @@ void ViewClipboard::HandlePageDrop (const SdTransferable& rTransferable)
InsertSlides (rTransferable, DetermineInsertPosition (rTransferable));
}
-
-
-
SdPage* ViewClipboard::GetFirstMasterPage (const SdTransferable& rTransferable)
{
SdPage* pFirstMasterPage = NULL;
@@ -120,9 +110,6 @@ SdPage* ViewClipboard::GetFirstMasterPage (const SdTransferable& rTransferable)
return pFirstMasterPage;
}
-
-
-
void ViewClipboard::AssignMasterPage (
const SdTransferable& rTransferable,
SdPage* pMasterPage)
@@ -169,9 +156,6 @@ void ViewClipboard::AssignMasterPage (
);
}
-
-
-
sal_uInt16 ViewClipboard::DetermineInsertPosition (
const SdTransferable& )
{
@@ -192,9 +176,6 @@ sal_uInt16 ViewClipboard::DetermineInsertPosition (
return nInsertPos;
}
-
-
-
sal_uInt16 ViewClipboard::InsertSlides (
const SdTransferable& rTransferable,
sal_uInt16 nInsertPosition)
@@ -254,7 +235,6 @@ sal_uInt16 ViewClipboard::InsertSlides (
return nInsertPgCnt;
}
-
} // end of namespace ::sd
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */