diff options
author | Varun <varun.dhall@studentpartner.com> | 2015-06-18 01:22:54 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-18 12:18:00 +0000 |
commit | 69295a44dc8b1e78a32f074cbfcf1ed84fd93b43 (patch) | |
tree | 6a5cedf71fbbeeeac67a0b96c93a00aa3f83143c /sw/inc/unocrsrhelper.hxx | |
parent | 193b907b2bc49b9e48cfab2583e81a24aaa2e666 (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/unocrsrhelper.hxx')
-rw-r--r-- | sw/inc/unocrsrhelper.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unocrsrhelper.hxx b/sw/inc/unocrsrhelper.hxx index a7bd39e0ab40..9550362f404c 100644 --- a/sw/inc/unocrsrhelper.hxx +++ b/sw/inc/unocrsrhelper.hxx @@ -126,7 +126,7 @@ namespace SwUnoCursorHelper const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); - void makeTableCellRedline( SwTableBox& rTableBox, const OUString& RedlineType, + SW_DLLPUBLIC void makeTableCellRedline( SwTableBox& rTableBox, const OUString& RedlineType, const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& RedlineProperties ) throw (::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); |