summaryrefslogtreecommitdiff
path: root/sw/inc/docary.hxx
diff options
context:
space:
mode:
authorVarun <varun.dhall@studentpartner.com>2015-06-18 01:22:54 +0530
committerMichael Stahl <mstahl@redhat.com>2015-06-18 12:18:00 +0000
commit69295a44dc8b1e78a32f074cbfcf1ed84fd93b43 (patch)
tree6a5cedf71fbbeeeac67a0b96c93a00aa3f83143c /sw/inc/docary.hxx
parent193b907b2bc49b9e48cfab2583e81a24aaa2e666 (diff)
Added test for del of table redlines rhbz#1198848
Change-Id: I76f236adee86ffb75496bc36f0d6b0ac7d646afd Reviewed-on: https://gerrit.libreoffice.org/16347 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sw/inc/docary.hxx')
-rw-r--r--sw/inc/docary.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx
index 5544dab15868..dcacc218f592 100644
--- a/sw/inc/docary.hxx
+++ b/sw/inc/docary.hxx
@@ -257,7 +257,7 @@ public:
SwExtraRedline* GetRedline( sal_uInt16 uIndex ) const { return m_aExtraRedlines.operator[]( uIndex ); }
bool IsEmpty() const { return m_aExtraRedlines.empty(); }
- bool DeleteAllTableRedlines( SwDoc* pDoc, const SwTable& rTable, bool bSaveInUndo, sal_uInt16 nRedlineTypeToDelete );
+ SW_DLLPUBLIC bool DeleteAllTableRedlines( SwDoc* pDoc, const SwTable& rTable, bool bSaveInUndo, sal_uInt16 nRedlineTypeToDelete );
bool DeleteTableRowRedline ( SwDoc* pDoc, const SwTableLine& rTableLine, bool bSaveInUndo, sal_uInt16 nRedlineTypeToDelete );
bool DeleteTableCellRedline( SwDoc* pDoc, const SwTableBox& rTableBox, bool bSaveInUndo, sal_uInt16 nRedlineTypeToDelete );
};