From 97bc09c1fef52c45cf299868045d250838d8e89b Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Mon, 28 Sep 2020 09:06:38 +0200 Subject: sw: prefix members of SwFrameChangesLeave, SwSidebarItem, ... ... SwSizeEnterLeave and SwTextAPIObject See tdf#94879 for motivation. Change-Id: Iea12ac975b68700488f7b39bbb3596a011159c61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103528 Reviewed-by: Miklos Vajna Tested-by: Jenkins --- sw/inc/postithelper.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sw/inc/postithelper.hxx') diff --git a/sw/inc/postithelper.hxx b/sw/inc/postithelper.hxx index 4a9e9553420a..935549ac786d 100644 --- a/sw/inc/postithelper.hxx +++ b/sw/inc/postithelper.hxx @@ -94,10 +94,10 @@ namespace SwPostItHelper class SAL_DLLPUBLIC_RTTI SwSidebarItem { public: - VclPtr pPostIt; - bool bShow; - bool bFocus; - bool bPendingLayout; + VclPtr mpPostIt; + bool mbShow; + bool mbFocus; + bool mbPendingLayout; SwPostItHelper::SwLayoutStatus mLayoutStatus; SwLayoutInfo maLayoutInfo; -- cgit