[Libreoffice-commits] core.git: sd/source
Stephan Bergmann
sbergman at redhat.com
Mon Oct 19 08:11:26 PDT 2015
sd/source/ui/annotations/annotationmanager.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 4a1810b7d7b56ff7b853daf8802b21f9d15a3495
Author: Stephan Bergmann <sbergman at redhat.com>
Date: Mon Oct 19 17:11:02 2015 +0200
typo
Change-Id: Ifb4f8c039829ef326d81dd7a0e36b3b527451c21
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 79c8997..1bead96 100644
--- a/sd/source/ui/annotations/annotationmanager.cxx
+++ b/sd/source/ui/annotations/annotationmanager.cxx
@@ -1140,7 +1140,7 @@ SdPage* AnnotationManagerImpl::GetLastPage()
SdPage* AnnotationManagerImpl::GetCurrentPage()
{
- if (rBase.GetMainViewShell().get())
+ if (mrBase.GetMainViewShell().get())
mrBase.GetMainViewShell()->getCurrentPage();
return nullptr;
}
More information about the Libreoffice-commits
mailing list