diff options
Diffstat (limited to 'chart2/workbench')
-rw-r--r-- | chart2/workbench/addin/sampleaddin.cxx | 8 |
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 |