summaryrefslogtreecommitdiff
path: root/chart2/source/tools/NameContainer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/NameContainer.cxx')
-rw-r--r--chart2/source/tools/NameContainer.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/NameContainer.cxx b/chart2/source/tools/NameContainer.cxx
index c6f7c14f9e26..5b8b16fe968c 100644
--- a/chart2/source/tools/NameContainer.cxx
+++ b/chart2/source/tools/NameContainer.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
@@ -82,7 +82,7 @@ OUString SAL_CALL NameContainer::getImplementationName()
{
return m_aImplementationName;
}
-
+
sal_Bool SAL_CALL NameContainer::supportsService( const OUString& ServiceName )
throw( ::com::sun::star::uno::RuntimeException )
{
@@ -95,7 +95,7 @@ sal_Bool SAL_CALL NameContainer::supportsService( const OUString& ServiceName )
}
return sal_False;
}
-
+
Sequence< OUString > SAL_CALL NameContainer::getSupportedServiceNames()
throw( ::com::sun::star::uno::RuntimeException )
{