summaryrefslogtreecommitdiff
path: root/xmloff/source/chart/SchXMLTableContext.hxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-01-19 17:07:31 +0000
committerOliver Bolte <obo@openoffice.org>2006-01-19 17:07:31 +0000
commit003a19eb18b9ba0b27c32215c0f05c46e7a1ad5a (patch)
treef43ff6a2398bc3c9f2e643d1dec7cce3c1ae7371 /xmloff/source/chart/SchXMLTableContext.hxx
parent9a1307bb92ec81d40c351c9291f8df58c49d62b9 (diff)
INTEGRATION: CWS gcc41 (1.3.56); FILE MERGED
2005/12/07 15:27:22 pmladek 1.3.56.1: #i58967# Removed extra qualification to fix build with gcc-4.1
Diffstat (limited to 'xmloff/source/chart/SchXMLTableContext.hxx')
-rw-r--r--xmloff/source/chart/SchXMLTableContext.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLTableContext.hxx b/xmloff/source/chart/SchXMLTableContext.hxx
index 48a5d315daac..d04876303bd7 100644
--- a/xmloff/source/chart/SchXMLTableContext.hxx
+++ b/xmloff/source/chart/SchXMLTableContext.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: SchXMLTableContext.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:26:59 $
+ * last change: $Author: obo $ $Date: 2006-01-19 18:07:31 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -98,7 +98,7 @@ private:
public:
/// The data for the ChartDocument is applied linearly
- static void SchXMLTableHelper::applyTableSimple(
+ static void applyTableSimple(
const SchXMLTable& rTable,
com::sun::star::uno::Reference< com::sun::star::chart::XChartDocument > xChartDoc );