summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/SdUnoDrawView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoDrawView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoDrawView.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/SdUnoDrawView.cxx b/sd/source/ui/unoidl/SdUnoDrawView.cxx
index c073db21d60e..88b478774ad9 100644
--- a/sd/source/ui/unoidl/SdUnoDrawView.cxx
+++ b/sd/source/ui/unoidl/SdUnoDrawView.cxx
@@ -63,7 +63,7 @@ SdUnoDrawView::~SdUnoDrawView() throw()
{
}
-bool SdUnoDrawView::getMasterPageMode(void) const throw()
+bool SdUnoDrawView::getMasterPageMode() const throw()
{
return (mrDrawViewShell.GetEditMode() == EM_MASTERPAGE);
}
@@ -78,7 +78,7 @@ void SdUnoDrawView::setMasterPageMode (bool bMasterPageMode) throw()
}
}
-bool SdUnoDrawView::getLayerMode(void) const throw()
+bool SdUnoDrawView::getLayerMode() const throw()
{
return mrDrawViewShell.IsLayerModeActive();
}
@@ -93,7 +93,7 @@ void SdUnoDrawView::setLayerMode (bool bLayerMode) throw()
}
}
-Reference<drawing::XLayer> SdUnoDrawView::getActiveLayer (void) throw ()
+Reference<drawing::XLayer> SdUnoDrawView::getActiveLayer() throw ()
{
Reference<drawing::XLayer> xCurrentLayer;
@@ -456,7 +456,7 @@ Reference< drawing::XDrawPage > SAL_CALL SdUnoDrawView::getCurrentPage()
return xPage;
}
-sal_Int16 SdUnoDrawView::GetZoom(void) const
+sal_Int16 SdUnoDrawView::GetZoom() const
{
if (mrDrawViewShell.GetActiveWindow() )
{
@@ -533,7 +533,7 @@ void SdUnoDrawView::SetZoomType ( sal_Int16 nType )
}
}
-SdXImpressDocument* SdUnoDrawView::GetModel (void) const throw()
+SdXImpressDocument* SdUnoDrawView::GetModel() const throw()
{
if (mrView.GetDocSh()!=NULL)
{