summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/SdUnoOutlineView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoOutlineView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoOutlineView.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/unoidl/SdUnoOutlineView.cxx b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
index edc40f63c5e1..6068012cca77 100644
--- a/sd/source/ui/unoidl/SdUnoOutlineView.cxx
+++ b/sd/source/ui/unoidl/SdUnoOutlineView.cxx
@@ -43,11 +43,11 @@ SdUnoOutlineView::SdUnoOutlineView(
{
}
-SdUnoOutlineView::~SdUnoOutlineView (void) throw()
+SdUnoOutlineView::~SdUnoOutlineView() throw()
{
}
-void SAL_CALL SdUnoOutlineView::disposing (void)
+void SAL_CALL SdUnoOutlineView::disposing()
{
}
@@ -94,7 +94,7 @@ void SAL_CALL SdUnoOutlineView::setCurrentPage (
mrOutlineViewShell.SetCurrentPage(pSdPage);
}
-Reference< drawing::XDrawPage > SAL_CALL SdUnoOutlineView::getCurrentPage (void)
+Reference< drawing::XDrawPage > SAL_CALL SdUnoOutlineView::getCurrentPage()
throw(RuntimeException, std::exception)
{
Reference<drawing::XDrawPage> xPage;