diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-06-16 14:41:49 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-06-19 11:31:16 +0200 |
commit | 8db2426f36133d5e709f57be31e0c8630c30ed53 (patch) | |
tree | 62069a4e3ee85ae34f6b579ef80cae26f6df0ad4 /include | |
parent | b3bbf89aa4c441a6734997185c7d2f0602bb1614 (diff) |
xmloff: add m_ prefix to instance vars in XMLFontAutoStylePool
Change-Id: I42bb50f3857392ffb15741942bbe8cef255a41f7
Reviewed-on: https://gerrit.libreoffice.org/55930
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/XMLFontAutoStylePool.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/XMLFontAutoStylePool.hxx b/include/xmloff/XMLFontAutoStylePool.hxx index dabb3e5759ff..e747bb8b20d8 100644 --- a/include/xmloff/XMLFontAutoStylePool.hxx +++ b/include/xmloff/XMLFontAutoStylePool.hxx @@ -35,9 +35,9 @@ class XMLOFF_DLLPUBLIC XMLFontAutoStylePool : public salhelper::SimpleReferenceO { SvXMLExport& rExport; - std::unique_ptr<XMLFontAutoStylePool_Impl> pPool; + std::unique_ptr<XMLFontAutoStylePool_Impl> m_pFontAutoStylePool; std::set<OUString> m_aNames; - bool tryToEmbedFonts; + bool m_bTryToEmbedFonts; OUString embedFontFile( const OUString& fontUrl ); |