summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-10-04 17:18:02 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-10-04 20:42:37 +0200
commit6539ff3f4123a961a949c8d6a5fae8880c3d7081 (patch)
tree1f917212dc8c40aee1c4e1c5493a16b30917f56a /sw/inc/numrule.hxx
parente11cdf021a1ee7ff95733699e75c35af72c54c69 (diff)
DocxTableStyleExport never passed a null SwDoc*
ditto: SwASCIIParser ctor SwNumRule::CopyNumRule SwDataChanged ctor Change-Id: I0f731ef2856eb70bd5fff5372ee7bc769e1f8bd3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103922 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index ae6405424518..4da44bbd8ced 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -214,7 +214,7 @@ public:
/** A kind of copy-constructor to make sure the num formats are
attached to the correctCharFormats of a document!!
(Copies the NumFormats and returns itself). */
- SwNumRule& CopyNumRule( SwDoc*, const SwNumRule& );
+ SwNumRule& CopyNumRule( SwDoc&, const SwNumRule& );
/** Tests whether the CharFormats are from the given doc
and copies them if appropriate. */