summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterSlideShowView.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sdext/source/presenter/PresenterSlideShowView.cxx')
-rw-r--r--sdext/source/presenter/PresenterSlideShowView.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sdext/source/presenter/PresenterSlideShowView.cxx b/sdext/source/presenter/PresenterSlideShowView.cxx
index 795843c2426b..531e2277da3a 100644
--- a/sdext/source/presenter/PresenterSlideShowView.cxx
+++ b/sdext/source/presenter/PresenterSlideShowView.cxx
@@ -245,9 +245,9 @@ void PresenterSlideShowView::disposing (void)
mxController = NULL;
mxCanvas = NULL;
mpBackground.reset();
- msClickToExitPresentationText = OUString();
- msClickToExitPresentationTitle = OUString();
- msTitleTemplate = OUString();
+ msClickToExitPresentationText.clear();
+ msClickToExitPresentationTitle.clear();
+ msTitleTemplate.clear();
mxCurrentSlide = NULL;
}
@@ -290,7 +290,7 @@ void SAL_CALL PresenterSlideShowView::setCurrentPage (
if (pDescriptor.get() != NULL)
{
pDescriptor->msTitleTemplate = msTitleTemplate;
- pDescriptor->msTitle = OUString();
+ (pDescriptor->msTitle).clear();
mpPresenterController->UpdatePaneTitles();
}
}