diff options
author | slideon <adamkasztenny@gmail.com> | 2016-05-21 11:38:15 -0400 |
---|---|---|
committer | jan iversen <jani@documentfoundation.org> | 2016-05-23 06:26:05 +0000 |
commit | f3657368a6cab2e1931c8845035b914e49360eb3 (patch) | |
tree | c0809b3f8e14042fa41d79764075d299d94ebb4c /sw/inc | |
parent | 945ce7e10a6a215595ec653b8697340a15943888 (diff) |
Add a test for comparing table cells and table cell ranges
Also add the method sw_CompareCellsByRowFirst into unotbl.hxx so that
it can be used elsewhere, just like sw_CompareCellsByColFirst can.
Change-Id: I4a88455ba73356013f9f630d07610825568c263c
Reviewed-on: https://gerrit.libreoffice.org/25260
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotbl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx index f7ea6062db18..d902c84c1e27 100644 --- a/sw/inc/unotbl.hxx +++ b/sw/inc/unotbl.hxx @@ -590,6 +590,8 @@ OUString sw_GetCellName( sal_Int32 nColumn, sal_Int32 nRow ); int sw_CompareCellsByColFirst( const OUString &rCellName1, const OUString &rCellName2 ); +int sw_CompareCellsByRowFirst( const OUString &rCellName1, const OUString &rCellName2 ); + #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |