summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/AreaWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/AreaWrapper.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
index e7c4b542435d..394d34825367 100644
--- a/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/AreaWrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "AreaWrapper.hxx"
#include "macros.hxx"
#include "ContainerHelper.hxx"
@@ -70,12 +69,8 @@ struct StaticAreaWrapperPropertyArray : public rtl::StaticAggregate< Sequence< P
{
};
-
} // anonymous namespace
-// --------------------------------------------------------------------------------
-// --------------------------------------------------------------------------------
-
namespace chart
{
namespace wrapper
@@ -148,8 +143,6 @@ void SAL_CALL AreaWrapper::removeEventListener(
m_aEventListenerContainer.removeInterface( aListener );
}
-// ================================================================================
-
// WrappedPropertySet
Reference< beans::XPropertySet > AreaWrapper::getInnerPropertySet()
{
@@ -174,8 +167,6 @@ const std::vector< WrappedProperty* > AreaWrapper::createWrappedProperties()
return aWrappedProperties;
}
-// ================================================================================
-
Sequence< OUString > AreaWrapper::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 4 );