diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-03 10:45:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-03 13:52:18 +0200 |
commit | 528dc27c3d97846bd0d73ef30e1c9c66daba425a (patch) | |
tree | 55c37dbbdfb96d402e6d37c5728a8724f6ffe5a2 /include/xmloff | |
parent | 22fda7524385225d9264e48ee3f4811674f8239c (diff) |
rename Clear() to dispose() in SvXMLStylesContext
to make it "clearer" this is part of the memory cleanup on destruction
process
Change-Id: I789bdfa0323cf759ed4db2e2a657e73e581d9eed
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99990
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/xmloff')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index e6de64251f34..017b2c56af47 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -238,7 +238,7 @@ public: // This method must be called to release the references to all styles // that are stored in the context. - void Clear(); + void dispose(); bool IsAutomaticStyle() const; }; |