summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:11:02 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:11:02 +0200
commit4a1810b7d7b56ff7b853daf8802b21f9d15a3495 (patch)
tree938dc6354317ff8085369deb5682bc5a72d4a84a /sd
parent7d84e3e08bdd06474cb7d9ef681492be5999d345 (diff)
typo
Change-Id: Ifb4f8c039829ef326d81dd7a0e36b3b527451c21
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/annotations/annotationmanager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationmanager.cxx b/sd/source/ui/annotations/annotationmanager.cxx
index 79c89977ca1a..1bead96132b0 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;
}