summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/SdUnoSlideView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/SdUnoSlideView.cxx')
-rw-r--r--sd/source/ui/unoidl/SdUnoSlideView.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sd/source/ui/unoidl/SdUnoSlideView.cxx b/sd/source/ui/unoidl/SdUnoSlideView.cxx
index f55db2e12f90..73d51a23679b 100644
--- a/sd/source/ui/unoidl/SdUnoSlideView.cxx
+++ b/sd/source/ui/unoidl/SdUnoSlideView.cxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -145,7 +145,7 @@ void SAL_CALL SdUnoSlideView::addSelectionChangeListener (
{
(void)rxListener;
}
-
+
@@ -175,7 +175,7 @@ void SAL_CALL SdUnoSlideView::setCurrentPage (
throw(::com::sun::star::uno::RuntimeException)
{
return Reference<drawing::XDrawPage>();
-}
+}
@@ -183,7 +183,7 @@ void SAL_CALL SdUnoSlideView::setCurrentPage (
//----- XFastPropertySet ------------------------------------------------------
void SdUnoSlideView::setFastPropertyValue (
- sal_Int32 nHandle,
+ sal_Int32 nHandle,
const Any& rValue)
throw(css::beans::UnknownPropertyException,
css::beans::PropertyVetoException,
@@ -193,7 +193,7 @@ void SdUnoSlideView::setFastPropertyValue (
{
(void)nHandle;
(void)rValue;
-
+
throw beans::UnknownPropertyException();
}