summaryrefslogtreecommitdiff
path: root/sw/source/uibase/uno
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.com>2020-09-28 09:06:38 +0200
committerMiklos Vajna <vmiklos@collabora.com>2020-09-28 11:57:03 +0200
commit97bc09c1fef52c45cf299868045d250838d8e89b (patch)
treeb56e7f83363b0cd9673ab25e3ccd61e925cebd2b /sw/source/uibase/uno
parentb8bf1e11c55c0422a6f83d91376b93564c9c0d11 (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/source/uibase/uno')
-rw-r--r--sw/source/uibase/uno/unotxdoc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/uno/unotxdoc.cxx b/sw/source/uibase/uno/unotxdoc.cxx
index b7a00bea7fe9..c42238a864a9 100644
--- a/sw/source/uibase/uno/unotxdoc.cxx
+++ b/sw/source/uibase/uno/unotxdoc.cxx
@@ -3323,7 +3323,7 @@ void SwXTextDocument::getPostIts(tools::JsonWriter& rJsonWriter)
auto commentsNode = rJsonWriter.startNode("comments");
for (auto const& sidebarItem : *pDocShell->GetView()->GetPostItMgr())
{
- sw::annotation::SwAnnotationWin* pWin = sidebarItem->pPostIt.get();
+ sw::annotation::SwAnnotationWin* pWin = sidebarItem->mpPostIt.get();
const SwPostItField* pField = pWin->GetPostItField();
const SwRect& aRect = pWin->GetAnchorRect();