summaryrefslogtreecommitdiff
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-19 09:16:03 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-19 09:18:05 +0200
commit9de42b46104c268d1b391017b891e2150e7f47dd (patch)
tree60b97c94ffe3b49e2dde7650cc28596243b6cd9e /sw/inc/unostyle.hxx
parentca0d0f65c616b3ad56e41812870129e060e8dadc (diff)
sw: prefix members of SwXAutoStyles
Change-Id: Ie6c05a9e63c18275eaf01952add9068c2b46d4e7
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 58d7b64ef7dd..573b9fab3e00 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -326,11 +326,11 @@ class SwXAutoStyles :
public cppu::WeakImplHelper< ::com::sun::star::style::XAutoStyles >,
public SwUnoCollection
{
- SwDocShell *pDocShell;
- ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoCharStyles;
- ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoRubyStyles;
- ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoParaStyles;
- ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > xAutoNotxtStyles;
+ SwDocShell *m_pDocShell;
+ ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > m_xAutoCharStyles;
+ ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > m_xAutoRubyStyles;
+ ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > m_xAutoParaStyles;
+ ::com::sun::star::uno::Reference< ::com::sun::star::style::XAutoStyleFamily > m_xAutoNotxtStyles;
virtual ~SwXAutoStyles();
public: