summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-06-28 13:21:17 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2015-06-30 10:40:03 +0200
commita1b73b37c761a4bea51fb17f1158c98f579eb305 (patch)
tree8dda3510e9f3edded2de4e14f864ab17061f9433 /sw/inc/unotbl.hxx
parent7c17cb0a52a14f4788d6f293d968e95f87c514e1 (diff)
getCells->GetCells(): not an UNO function
Change-Id: I89335201083bd68fa199ce52e78d7750c60f8895
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 94fb3bdf7a89..e8009a8fedb6 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -471,7 +471,7 @@ public:
void SetLabels(bool bFirstRowAsLabel, bool bFirstColumnAsLabel)
{ m_bFirstRowAsLabel = bFirstRowAsLabel, m_bFirstColumnAsLabel = bFirstColumnAsLabel; }
virtual ~SwXCellRange() {};
- std::vector< css::uno::Reference< css::table::XCell > > getCells();
+ std::vector< css::uno::Reference< css::table::XCell > > GetCells();
TYPEINFO_OVERRIDE();