summaryrefslogtreecommitdiff
path: root/sw/inc/unocoll.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2015-10-20 12:20:21 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-10-20 14:01:09 +0000
commitd86a7eb442e8596e83a73496abc25f83185eff04 (patch)
treea4b135a874f38940aff995a677ba95acfbf2aa1c /sw/inc/unocoll.hxx
parent1579dcb11efa99d8b76223e5f9803a4ebd715417 (diff)
sw: prefix members of SwXFrames
Change-Id: If5a041eefcd7cc8a6fa87814dacb95b88c2791d0 Reviewed-on: https://gerrit.libreoffice.org/19481 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/unocoll.hxx')
-rw-r--r--sw/inc/unocoll.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/unocoll.hxx b/sw/inc/unocoll.hxx
index 2f829df71165..6a3942c2de07 100644
--- a/sw/inc/unocoll.hxx
+++ b/sw/inc/unocoll.hxx
@@ -305,7 +305,7 @@ cppu::WeakImplHelper
class SW_DLLPUBLIC SwXFrames : public SwXFramesBaseClass,
public SwUnoCollection
{
- const FlyCntType eType;
+ const FlyCntType m_eType;
protected:
virtual ~SwXFrames();
public: