diff options
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; |