summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tabtempl.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/dlg/tabtempl.cxx
parent78f6407978aa48c3cbb116bc281940dbf1f2dcbc (diff)
remove whitespaces
Change-Id: I9daea42a433b5032931a722878874917cf37f4d1
Diffstat (limited to 'sd/source/ui/dlg/tabtempl.cxx')
-rw-r--r--sd/source/ui/dlg/tabtempl.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/sd/source/ui/dlg/tabtempl.cxx b/sd/source/ui/dlg/tabtempl.cxx
index 1cd52db0578b..f8b5c2ea57da 100644
--- a/sd/source/ui/dlg/tabtempl.cxx
+++ b/sd/source/ui/dlg/tabtempl.cxx
@@ -28,7 +28,6 @@
#include <svx/svdmodel.hxx>
#include <svl/cjkoptions.hxx>
-
#include <svx/dialogs.hrc>
#include <svx/svxdlg.hxx>
@@ -108,8 +107,6 @@ SdTabTemplateDlg::SdTabTemplateDlg( Window* pParent,
nHatchingListState = CT_NONE;
}
-
-
void SdTabTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
{
SfxAllItemSet aSet(*(GetInputSetImpl()->GetPool()));
@@ -175,8 +172,6 @@ void SdTabTemplateDlg::PageCreated( sal_uInt16 nId, SfxTabPage &rPage )
}
}
-
-
const SfxItemSet* SdTabTemplateDlg::GetRefreshedSet()
{
SfxItemSet* pRet = GetInputSetImpl();
@@ -192,6 +187,4 @@ const SfxItemSet* SdTabTemplateDlg::GetRefreshedSet()
return pRet;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */