summaryrefslogtreecommitdiff
path: root/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/chartapiwrapper/GridWrapper.cxx')
-rw-r--r--chart2/source/controller/chartapiwrapper/GridWrapper.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
index 77f97d072261..412dc0a2ac12 100644
--- a/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
+++ b/chart2/source/controller/chartapiwrapper/GridWrapper.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include "GridWrapper.hxx"
#include "macros.hxx"
#include "AxisHelper.hxx"
@@ -74,8 +73,6 @@ struct StaticGridWrapperPropertyArray : public rtl::StaticAggregate< Sequence< P
} // anonymous namespace
-// --------------------------------------------------------------------------------
-
namespace chart
{
namespace wrapper
@@ -138,8 +135,6 @@ void SAL_CALL GridWrapper::removeEventListener(
m_aEventListenerContainer.removeInterface( aListener );
}
-// ================================================================================
-
// WrappedPropertySet
Reference< beans::XPropertySet > GridWrapper::getInnerPropertySet()
@@ -178,8 +173,6 @@ const std::vector< WrappedProperty* > GridWrapper::createWrappedProperties()
return aWrappedProperties;
}
-// ================================================================================
-
Sequence< OUString > GridWrapper::getSupportedServiceNames_Static()
{
Sequence< OUString > aServices( 4 );