summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DataBrowser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/controller/dialogs/DataBrowser.hxx')
-rw-r--r--chart2/source/controller/dialogs/DataBrowser.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/chart2/source/controller/dialogs/DataBrowser.hxx b/chart2/source/controller/dialogs/DataBrowser.hxx
index 9eef4d8a7070..48f043bff00a 100644
--- a/chart2/source/controller/dialogs/DataBrowser.hxx
+++ b/chart2/source/controller/dialogs/DataBrowser.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -80,14 +80,14 @@ public:
virtual ~DataBrowser();
/** GetCellText returns the text at the given position
- @param nRow
+ @param nRow
the number of the row
- @param nColId
+ @param nColId
the ID of the column
@return
the text out of the cell
*/
- virtual String GetCellText(long nRow, USHORT nColId) const;
+ virtual String GetCellText(long nRow, USHORT nColId) const;
/** returns the number in the given cell. If a cell is empty or contains a
string, the result will be Nan
@@ -183,7 +183,7 @@ private:
/// note: m_aTextEditField must precede this member!
::svt::CellControllerRef m_rTextEditController;
- Link m_aCursorMovedHdlLink;
+ Link m_aCursorMovedHdlLink;
Link m_aCellModifiedLink;
void clearHeaders();
@@ -202,6 +202,6 @@ private:
} // namespace chart
-#endif // CHART_DATA_BROWSER_HXX
+#endif // CHART_DATA_BROWSER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */