summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-04 16:35:24 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-07-04 21:46:34 +0200
commit34fcf3b6e0f32f9327c905e2e2507427e7ef4f91 (patch)
tree59a414fcdb77831549a3574b2fa13a651884e1e5 /sw/inc/numrule.hxx
parente1d3c8438ade045aab4452dd59000d27f810ca91 (diff)
add a const SwDoc& arg for a follow up optimization
Change-Id: Ib18e6c93e35fc3021a874f4313cf38fbb99d696a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118380 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 fd333da0d864..1e23a8818163 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -269,7 +269,7 @@ public:
indents accordingly */
void SetIndentOfFirstListLevelAndChangeOthers( const short nNewIndent );
- void Validate();
+ void Validate(const SwDoc& rDoc);
void dumpAsXml(xmlTextWriterPtr w) const;
void GetGrabBagItem(css::uno::Any& rVal) const;
void SetGrabBagItem(const css::uno::Any& rVal);