summaryrefslogtreecommitdiff
path: root/svx/source/table/svdotable.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-12-05 11:51:01 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-12-07 17:06:22 +0000
commitd36aa2ba3132ce62a370b7260ca620642cbf7dbf (patch)
tree8b4a3390ec7a280bb58068a09ac0f53eb13f5e43 /svx/source/table/svdotable.cxx
parent00afb44987ccd10bce740aef53861ec53c75c95f (diff)
tdf#104405 Clone Formatting ignores vertical text alignment
Change-Id: I56cce69ddb21f7f9336b8f59e181e91306e92019 Reviewed-on: https://gerrit.libreoffice.org/31623 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'svx/source/table/svdotable.cxx')
-rw-r--r--svx/source/table/svdotable.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/table/svdotable.cxx b/svx/source/table/svdotable.cxx
index eadd5a9a818a..0f448535b777 100644
--- a/svx/source/table/svdotable.cxx
+++ b/svx/source/table/svdotable.cxx
@@ -1171,6 +1171,10 @@ const SfxItemSet& SdrTableObj::GetActiveCellItemSet() const
return getActiveCell()->GetItemSet();
}
+void SdrTableObj::SetMergedItemSetAndBroadcastOnActiveCell(const SfxItemSet& rSet, bool bClearAllItems)
+{
+ return getActiveCell()->SetMergedItemSetAndBroadcast(rSet, bClearAllItems);
+}
void SdrTableObj::setTableStyle( const Reference< XIndexAccess >& xTableStyle )
{