diff options
Diffstat (limited to 'include/xmloff/DashStyle.hxx')
-rw-r--r-- | include/xmloff/DashStyle.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/xmloff/DashStyle.hxx b/include/xmloff/DashStyle.hxx index c27234124556..2a378261ab98 100644 --- a/include/xmloff/DashStyle.hxx +++ b/include/xmloff/DashStyle.hxx @@ -34,7 +34,7 @@ namespace com::sun::star { class XMLOFF_DLLPUBLIC XMLDashStyleImport { - SvXMLImport& rImport; + SvXMLImport& m_rImport; public: XMLDashStyleImport( SvXMLImport& rImport ); @@ -48,7 +48,7 @@ public: class XMLOFF_DLLPUBLIC XMLDashStyleExport { - SvXMLExport& rExport; + SvXMLExport& m_rExport; public: XMLDashStyleExport( SvXMLExport& rExport ); |