diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2023-03-27 09:41:02 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2023-03-27 11:29:28 +0000 |
commit | 40b6224780284d0e7fa542698bd17586a525159b (patch) | |
tree | 8028e2dce20343d137b0dc52c32fdaa152e9dd72 /include/xmloff/xmlaustp.hxx | |
parent | 7f91e4a982672969c80e6117d09ae816a8dc5f21 (diff) |
xmloff: prefix members of NameSpaceEntry, SinglePropertySetInfoCache, ...
... SvXMLAutoStylePoolP and SvXMLNamespaceMap
See tdf#94879 for motivation.
Change-Id: I306ceadd6d3753b76188fed3707b4df63c10bb8c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149621
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'include/xmloff/xmlaustp.hxx')
-rw-r--r-- | include/xmloff/xmlaustp.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlaustp.hxx b/include/xmloff/xmlaustp.hxx index bc21450eef65..2051e7ac43e2 100644 --- a/include/xmloff/xmlaustp.hxx +++ b/include/xmloff/xmlaustp.hxx @@ -51,7 +51,7 @@ class XMLOFF_DLLPUBLIC SvXMLAutoStylePoolP : public salhelper::SimpleReferenceOb friend class Test; friend class SvXMLAutoStylePoolP_Impl; - std::unique_ptr<SvXMLAutoStylePoolP_Impl> pImpl; + std::unique_ptr<SvXMLAutoStylePoolP_Impl> m_pImpl; protected: |