summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterPaneContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterPaneContainer.cxx')
-rw-r--r--sdext/source/presenter/PresenterPaneContainer.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdext/source/presenter/PresenterPaneContainer.cxx b/sdext/source/presenter/PresenterPaneContainer.cxx
index c271cdb51b23..74dfb1c288f2 100644
--- a/sdext/source/presenter/PresenterPaneContainer.cxx
+++ b/sdext/source/presenter/PresenterPaneContainer.cxx
@@ -47,7 +47,7 @@ PresenterPaneContainer::PresenterPaneContainer (
}
}
-PresenterPaneContainer::~PresenterPaneContainer (void)
+PresenterPaneContainer::~PresenterPaneContainer()
{
}
@@ -101,7 +101,7 @@ void PresenterPaneContainer::PreparePane (
}
}
-void SAL_CALL PresenterPaneContainer::disposing (void)
+void SAL_CALL PresenterPaneContainer::disposing()
{
PaneList::iterator iPane (maPanes.begin());
PaneList::const_iterator iEnd (maPanes.end());