summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r--sd/source/ui/dlg/assclass.cxx4
-rw-r--r--sd/source/ui/dlg/sdtreelb.cxx8
2 files changed, 0 insertions, 12 deletions
diff --git a/sd/source/ui/dlg/assclass.cxx b/sd/source/ui/dlg/assclass.cxx
index a80f78302621..f0f1c62c7481 100644
--- a/sd/source/ui/dlg/assclass.cxx
+++ b/sd/source/ui/dlg/assclass.cxx
@@ -142,10 +142,6 @@ bool Assistent::IsFirstPage() const
return nPage == 0;
}
-int Assistent::GetCurrentPage() const
-{
- return mnCurrentPage;
-}
bool Assistent::IsEnabled( int nPage ) const
{
diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx
index 980af6305811..cc0ac1b3cf71 100644
--- a/sd/source/ui/dlg/sdtreelb.cxx
+++ b/sd/source/ui/dlg/sdtreelb.cxx
@@ -160,10 +160,6 @@ void SdPageObjsTLB::SdPageObjsTransferable::DragFinished( sal_Int8 nDropAction )
-NavigatorDragType SdPageObjsTLB::SdPageObjsTransferable::GetDragType() const
-{
- return meDragType;
-}
@@ -837,10 +833,6 @@ void SdPageObjsTLB::SetShowAllShapes (
-bool SdPageObjsTLB::GetShowAllShapes (void) const
-{
- return mbShowAllShapes;
-}