diff options
author | Miklos Vajna <vmiklos@collabora.com> | 2020-09-28 09:06:38 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-09-28 11:57:03 +0200 |
commit | 97bc09c1fef52c45cf299868045d250838d8e89b (patch) | |
tree | b56e7f83363b0cd9673ab25e3ccd61e925cebd2b /sw/inc/postithelper.hxx | |
parent | b8bf1e11c55c0422a6f83d91376b93564c9c0d11 (diff) |
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 <vmiklos@collabora.com>
Tested-by: Jenkins
Diffstat (limited to 'sw/inc/postithelper.hxx')
-rw-r--r-- | sw/inc/postithelper.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
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<sw::annotation::SwAnnotationWin> pPostIt; - bool bShow; - bool bFocus; - bool bPendingLayout; + VclPtr<sw::annotation::SwAnnotationWin> mpPostIt; + bool mbShow; + bool mbFocus; + bool mbPendingLayout; SwPostItHelper::SwLayoutStatus mLayoutStatus; SwLayoutInfo maLayoutInfo; |