summaryrefslogtreecommitdiff
path: root/sw/source/ui/uno/SwXDocumentSettings.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/uno/SwXDocumentSettings.cxx')
-rw-r--r--sw/source/ui/uno/SwXDocumentSettings.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sw/source/ui/uno/SwXDocumentSettings.cxx b/sw/source/ui/uno/SwXDocumentSettings.cxx
index 068b27a64fa2..48f68dbe6dfd 100644
--- a/sw/source/ui/uno/SwXDocumentSettings.cxx
+++ b/sw/source/ui/uno/SwXDocumentSettings.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <osl/mutex.hxx>
#include <sfx2/sfxbasecontroller.hxx>
#include <SwXDocumentSettings.hxx>
@@ -45,7 +44,6 @@
#include "cfgitems.hxx"
#include "prtopt.hxx"
-
using namespace comphelper;
using namespace ::com::sun::star;
using namespace ::com::sun::star::uno;
@@ -278,7 +276,7 @@ uno::Sequence< uno::Type > SAL_CALL SwXDocumentSettings::getTypes( )
pBaseTypes[0] = ::getCppuType((Reference< XPropertySet >*)0);
pBaseTypes[1] = ::getCppuType((Reference< XPropertyState >*)0);
pBaseTypes[2] = ::getCppuType((Reference< XMultiPropertySet >*)0);
- //
+
pBaseTypes[3] = ::getCppuType((Reference< XServiceInfo >*)0);
pBaseTypes[4] = ::getCppuType((Reference< XTypeProvider >*)0);
@@ -306,7 +304,6 @@ void SwXDocumentSettings::_preSetValues ()
throw UnknownPropertyException();
}
-
void SwXDocumentSettings::_setSingleValue( const comphelper::PropertyInfo & rInfo, const uno::Any &rValue )
throw(beans::UnknownPropertyException, beans::PropertyVetoException, lang::IllegalArgumentException, lang::WrappedTargetException )
{
@@ -1254,5 +1251,4 @@ Sequence< OUString > SAL_CALL SwXDocumentSettings::getSupportedServiceNames( )
return aSeq;
}
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */