From d86a7eb442e8596e83a73496abc25f83185eff04 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Tue, 20 Oct 2015 12:20:21 +0200 Subject: sw: prefix members of SwXFrames Change-Id: If5a041eefcd7cc8a6fa87814dacb95b88c2791d0 Reviewed-on: https://gerrit.libreoffice.org/19481 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/inc/unocoll.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/inc') 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: -- cgit