summaryrefslogtreecommitdiff
path: root/sw/inc/unotbl.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-15 13:55:56 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-15 13:56:21 +0200
commit2afe4c170dca7c45ef6be1563727193f53aa60c7 (patch)
treeea019d59aaa2bec2aadceeced745bca2d694b586 /sw/inc/unotbl.hxx
parent618a0f8c0349daa31cbaea097e2cc60e74f4076d (diff)
Clean up function declarations and some unused functions
Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c
Diffstat (limited to 'sw/inc/unotbl.hxx')
-rw-r--r--sw/inc/unotbl.hxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 7552e1583cd6..a99c48c7145a 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -623,6 +623,13 @@ public:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) SAL_OVERRIDE;
};
+int sw_CompareCellRanges(
+ const OUString &rRange1StartCell, const OUString &rRange1EndCell,
+ const OUString &rRange2StartCell, const OUString &rRange2EndCell,
+ sal_Bool bCmpColsFirst );
+
+void sw_NormalizeRange( OUString &rCell1, OUString &rCell2 );
+
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */