summaryrefslogtreecommitdiff
path: root/sw/inc/editsh.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-04 17:31:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-04 20:42:50 +0200
commitffbc494b2a139eabf062432f5b4fed3a4ce46382 (patch)
treec34bfd695c3e66dbef6156ad1068949b1562b9cd /sw/inc/editsh.hxx
parent6539ff3f4123a961a949c8d6a5fae8880c3d7081 (diff)
SwXAutoStylesEnumerator always dereferences its SwDoc* arg
ditto: SwNumFormat::UpdateNumNodes SwEditShell::CopySelToDoc Change-Id: I5f18b04e420facb703fcace20c645281d409cea6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103923 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/editsh.hxx')
-rw-r--r--sw/inc/editsh.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/editsh.hxx b/sw/inc/editsh.hxx
index 66226bc40d5a..b5d0068bd86a 100644
--- a/sw/inc/editsh.hxx
+++ b/sw/inc/editsh.hxx
@@ -200,7 +200,7 @@ public:
If table is copied into table, move all cursors away from it.
Copy and Paste must be in FEShell because of FlyFrames!
Copy all selections to the document. */
- bool CopySelToDoc( SwDoc* pInsDoc );
+ bool CopySelToDoc( SwDoc& rInsDoc );
void SplitNode( bool bAutoFormat = false, bool bCheckTableStart = true );
bool AppendTextNode();