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.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/svx/source/svdraw/svdmodel.cxx b/svx/source/svdraw/svdmodel.cxx
index f3fc337673ea..f713087c6073 100644
--- a/svx/source/svdraw/svdmodel.cxx
+++ b/svx/source/svdraw/svdmodel.cxx
@@ -304,10 +304,6 @@ SdrModel::~SdrModel()
delete mpImpl;
}
-bool SdrModel::IsInDestruction() const
-{
- return mbInDestruction;
-}
// not yet implemented
void SdrModel::operator=(const SdrModel&)
@@ -2060,19 +2056,7 @@ void SdrHint::SetKind(SdrHintKind eNewKind)
meHint = eNewKind;
}
-const SdrPage* SdrHint::GetPage() const
-{
- return mpPage;
-}
-const SdrObject* SdrHint::GetObject() const
-{
- return mpObj;
-}
-SdrHintKind SdrHint::GetKind() const
-{
- return meHint;
-}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */