summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-06-11 14:13:40 +0000
committerOliver Bolte <obo@openoffice.org>2007-06-11 14:13:40 +0000
commit822efcb030a96006d2c212b13f760ed12e698599 (patch)
treed6d5158485cd7786dd32ebaa808f77775bde5048 /chart2
parent7406f9a39f8bd09ca5e79e69d7da1c7a9e83d614 (diff)
INTEGRATION: CWS chart05 (1.2.2); FILE MERGED
2007/05/31 06:47:52 bm 1.2.2.1: #i77959# superfluous class-specifier in declaration
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/controller/dialogs/DataBrowserModel.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowserModel.hxx b/chart2/source/controller/dialogs/DataBrowserModel.hxx
index feacb46e23c4..e08f269de96c 100644
--- a/chart2/source/controller/dialogs/DataBrowserModel.hxx
+++ b/chart2/source/controller/dialogs/DataBrowserModel.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: DataBrowserModel.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: gm $ $Date: 2007-05-29 09:17:13 $
+ * last change: $Author: obo $ $Date: 2007-06-11 15:13:40 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -106,8 +106,7 @@ public:
bool setCellNumber( sal_Int32 nAtColumn, sal_Int32 nAtRow, double fValue );
/// returns </TRUE> if the text could successfully be set at the given position
bool setCellText( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::rtl::OUString & rText );
- bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow,
- const ::com::sun::star::uno::Any & aValue );
+ bool setCellAny( sal_Int32 nAtColumn, sal_Int32 nAtRow, const ::com::sun::star::uno::Any & aValue );
sal_Int32 getColumnCount() const;
sal_Int32 getMaxRowCount() const;