diff options
Diffstat (limited to 'sd/source/ui/annotations/annotationwindow.cxx')
-rw-r--r-- | sd/source/ui/annotations/annotationwindow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/annotations/annotationwindow.cxx b/sd/source/ui/annotations/annotationwindow.cxx index 99a58a085376..fffaf70ee863 100644 --- a/sd/source/ui/annotations/annotationwindow.cxx +++ b/sd/source/ui/annotations/annotationwindow.cxx @@ -167,7 +167,7 @@ EditEngine* AnnotationTextWindow::GetEditEngine() const OutlinerView* pOutlinerView = mrContents.GetOutlinerView(); if (!pOutlinerView) return nullptr; - return pOutlinerView->GetEditView().GetEditEngine(); + return &pOutlinerView->GetEditView().getEditEngine(); } void AnnotationTextWindow::SetDrawingArea(weld::DrawingArea* pDrawingArea) |