summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-21 11:03:16 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-21 11:03:16 +0000
commit6a73f25d549f058212aba74f7fdd4a7e978cb66d (patch)
tree42d9e32f106199b953696230e4bfbc70b74e6a78 /sc/inc/chart2uno.hxx
parent1454eda573c6693842440ddf189128859ec90c0a (diff)
INTEGRATION: CWS chart29 (1.6.100); FILE MERGED
2008/07/08 07:30:24 iha 1.6.100.1: #i91212# XTableChart::getRanges() doesn't load chart and returns wrong range string
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index 2aad145546ce..ffd212efe91b 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: chart2uno.hxx,v $
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
* This file is part of OpenOffice.org.
*
@@ -128,10 +128,7 @@ public:
getSupportedServiceNames() throw(
::com::sun::star::uno::RuntimeException);
- static void detectArguments(
- const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSource >& xDataSource,
- ScDocument * pDoc,
- ScRangeListRef& rOutRanges, bool & rOutHasColumnLabels, bool & bOutHasRowLabels );
+ static bool addUpperLeftCornerIfMissing( ScRangeListRef& xRanges );//returns true if the corner was added
private: