diff options
author | Caolán McNamara <caolanm@redhat.com> | 2021-07-04 20:02:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-07-04 21:47:07 +0200 |
commit | 0dc7b1cbb995d5befea9ee44280b4e725f260796 (patch) | |
tree | df6e3699fa94b70ed06db3378ab9c2779086bfc3 /sw/inc/SwNodeNum.hxx | |
parent | 34fcf3b6e0f32f9327c905e2e2507427e7ef4f91 (diff) |
ofz#35787 Timeout
1m14.061s -> 0m3.975s
Change-Id: I96e6f2c60017ba57062bd56c2e80604e117b3b99
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118381
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc/SwNodeNum.hxx')
-rw-r--r-- | sw/inc/SwNodeNum.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/SwNodeNum.hxx b/sw/inc/SwNodeNum.hxx index 7ad85271c9fa..2aff25d306ba 100644 --- a/sw/inc/SwNodeNum.hxx +++ b/sw/inc/SwNodeNum.hxx @@ -39,7 +39,7 @@ public: void ChangeNumRule(SwNumRule& rNumRule); SwTextNode* GetTextNode() const { return mpTextNode; } - virtual bool IsNotificationEnabled() const override; + virtual bool IsNotificationEnabled(const SwDoc& rDoc) const override; virtual bool IsContinuous() const override; |