summaryrefslogtreecommitdiff
path: root/chart2/source/tools
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-10-12 13:43:35 +0200
committerNoel Grandin <noel@peralex.com>2015-10-13 10:07:49 +0200
commit1716b3a338b19b9d1be39696866b376aed216c9a (patch)
treebf5c22d411039156cc40365db41b83b9ed770ab0 /chart2/source/tools
parentd6f97a21249668fe401dfcbf1827669c1bb0f043 (diff)
remove some useless comments
found with git grep '// /' Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
Diffstat (limited to 'chart2/source/tools')
-rw-r--r--chart2/source/tools/OPropertySet.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/tools/OPropertySet.cxx b/chart2/source/tools/OPropertySet.cxx
index 939741c4f210..1fda7e31f384 100644
--- a/chart2/source/tools/OPropertySet.cxx
+++ b/chart2/source/tools/OPropertySet.cxx
@@ -90,7 +90,7 @@ Any SAL_CALL OPropertySet::queryInterface( const uno::Type& aType )
#define LCL_PROP_CPPUTYPE(t) (cppu::UnoType<t>::get())
-// // ____ XTypeProvider ____
+// ____ XTypeProvider ____
Sequence< uno::Type > SAL_CALL
OPropertySet::getTypes()
throw (uno::RuntimeException, std::exception)