summaryrefslogtreecommitdiff
path: root/sw/inc/unostyle.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 09:00:49 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-22 09:10:48 +0200
commitc7a73904059cbd37f26aecf4c55af35935a023e6 (patch)
treebbced1f672edd408c51f90b6cada9b0de49047bd /sw/inc/unostyle.hxx
parent6e3c36255b9a17095745aba2489b347bccf42423 (diff)
sw: prefix members of SwXAutoStyleFamily
Change-Id: Ic2865ff81a79b0d96b950b310723262959d080b5
Diffstat (limited to 'sw/inc/unostyle.hxx')
-rw-r--r--sw/inc/unostyle.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/inc/unostyle.hxx b/sw/inc/unostyle.hxx
index 7b7930c125de..6ebc358a0b05 100644
--- a/sw/inc/unostyle.hxx
+++ b/sw/inc/unostyle.hxx
@@ -355,8 +355,8 @@ public:
class SwXAutoStyleFamily : public cppu::WeakImplHelper< com::sun::star::style::XAutoStyleFamily >,
public SwClient
{
- SwDocShell *pDocShell;
- IStyleAccess::SwAutoStyleFamily eFamily;
+ SwDocShell *m_pDocShell;
+ IStyleAccess::SwAutoStyleFamily m_eFamily;
protected:
virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) override;