diff options
author | Balazs Santha <santha.balazs@simonyi.bme.hu> | 2021-07-02 19:21:47 +0200 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-07-05 11:56:33 +0200 |
commit | ec277dfdda8acd08694b03a6b1fb88c5fede35d2 (patch) | |
tree | 753a41e30c5dace4ad48ebaa7aff3de90f669ab2 /sw/inc/doc.hxx | |
parent | bcaf8b746ab4a5f8fa08217b1081fdad4532425e (diff) |
tdf#131771 sw: fix missing table style after copying and pasting the table
This fixes the loss of table style setting when copying and then pasting a table.
Change-Id: Ie678a269b4cdcddfd73a5d6a27ef9fcb55dcaa46
Change-Id: I48208337ee14fde30417fa3999f56999cc5eda19
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118336
Tested-by: Jenkins
Tested-by: László Németh <nemeth@numbertext.org>
Reviewed-by: László Németh <nemeth@numbertext.org>
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index d5c3a210af42..361bf3494c37 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -1268,7 +1268,7 @@ public: bool InsCopyOfTable( SwPosition& rInsPos, const SwSelBoxes& rBoxes, const SwTable* pCpyTable, bool bCpyName = false, - bool bCorrPos = false ); + bool bCorrPos = false, const OUString& rStyleName = "" ); void UnProtectCells( const OUString& rTableName ); bool UnProtectCells( const SwSelBoxes& rBoxes ); |