summaryrefslogtreecommitdiff
path: root/chart2/workbench
diff options
context:
space:
mode:
authorJelle van der Waa <jelle@vdwaa.nl>2013-07-28 14:55:43 +0200
committerLuboš Luňák <l.lunak@suse.cz>2013-07-29 11:34:33 +0000
commitdd9c97d587d2a295d44e8685d253d30542a2c85a (patch)
tree8736a3552ac8c56fc9102a6518072c68295c4a25 /chart2/workbench
parent05bd5b46ea659df95fb6f0c895c090629b541e0f (diff)
fdo#62475 removed pointless comments
Change-Id: I3f5e86dba2df950aeb12c895f52d99274c0959aa Reviewed-on: https://gerrit.libreoffice.org/5148 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
Diffstat (limited to 'chart2/workbench')
-rw-r--r--chart2/workbench/addin/sampleaddin.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/chart2/workbench/addin/sampleaddin.cxx b/chart2/workbench/addin/sampleaddin.cxx
index 726e9b20d3fa..7fe53ae1c02d 100644
--- a/chart2/workbench/addin/sampleaddin.cxx
+++ b/chart2/workbench/addin/sampleaddin.cxx
@@ -29,7 +29,6 @@
using namespace com::sun::star;
-
// code for creating instances of SampleAddIn
extern "C" {
@@ -89,10 +88,7 @@ SAL_DLLPUBLIC_EXPORT void * SAL_CALL component_getFactory(
} // extern C
-
-// --------------------
// class SampleAddIn
-// --------------------
SampleAddIn::SampleAddIn()
{
@@ -102,7 +98,6 @@ SampleAddIn::SampleAddIn()
SampleAddIn::~SampleAddIn()
{}
-
// this functionality should be provided by the chart API some day
sal_Bool SampleAddIn::getLogicalPosition( uno::Reference< drawing::XShape >& xAxis,
double fValue,
@@ -255,8 +250,6 @@ void SAL_CALL SampleAddIn::refresh() throw( uno::RuntimeException )
// now we have the page to insert objects
// add a horizontal line at the middle value of the first series
- // -------------------------------------------------------------
-
// get the logical position from the coordinate
// get x- and y-axis
@@ -320,7 +313,6 @@ void SAL_CALL SampleAddIn::refresh() throw( uno::RuntimeException )
}
}
-
// position line and text
// get the array. Note: the first dimension is the length