summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmodel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/svdraw/svdmodel.cxx')
-rw-r--r--svx/source/svdraw/svdmodel.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index d992ab27a368..8096a1dc1e2e 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -97,7 +97,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
-
struct SdrModelImpl
{
SfxUndoManager* mpUndoManager;
@@ -105,7 +104,6 @@ struct SdrModelImpl
};
-
void SdrModel::ImpCtor(SfxItemPool* pPool, ::comphelper::IEmbeddedHelper* _pEmbeddedHelper,
bool bUseExtColorTable, bool bLoadRefCounts)
{
@@ -338,7 +336,6 @@ void SdrModel::SetReadOnly(bool bYes)
}
-
void SdrModel::SetMaxUndoActionCount(sal_uIntPtr nCount)
{
if (nCount<1) nCount=1;
@@ -1557,7 +1554,6 @@ void SdrModel::MoveMasterPage(sal_uInt16 nPgNum, sal_uInt16 nNewPos)
}
-
void SdrModel::CopyPages(sal_uInt16 nFirstPageNum, sal_uInt16 nLastPageNum,
sal_uInt16 nDestPos,
bool bUndo, bool bMoveNoCopy)
@@ -1857,7 +1853,6 @@ void SdrModel::setLock( bool bLock )
}
-
void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSet, SdrModel* pNewModel )
{
assert(pNewModel != nullptr);
@@ -1914,7 +1909,6 @@ void SdrModel::MigrateItemSet( const SfxItemSet* pSourceSet, SfxItemSet* pDestSe
}
-
void SdrModel::SetForbiddenCharsTable( rtl::Reference<SvxForbiddenCharactersTable> xForbiddenChars )
{
if( mpForbiddenCharactersTable )
@@ -2100,7 +2094,6 @@ const css::uno::Sequence< sal_Int8 >& SdrModel::getUnoTunnelImplementationId()
}
-
SdrHint::SdrHint(SdrHintKind eNewHint)
: mpPage(nullptr),
mpObj(nullptr),
@@ -2132,6 +2125,4 @@ void SdrHint::SetKind(SdrHintKind eNewKind)
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */