summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2020-08-03 10:45:40 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-08-03 13:52:18 +0200
commit528dc27c3d97846bd0d73ef30e1c9c66daba425a (patch)
tree55c37dbbdfb96d402e6d37c5728a8724f6ffe5a2 /include
parent22fda7524385225d9264e48ee3f4811674f8239c (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')
-rw-r--r--include/xmloff/xmlstyle.hxx2
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;
};