From c767f82403635221af58998a3265e38e8d19e76d Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Thu, 11 Oct 2012 14:14:48 +0200 Subject: CMIS: Implemented the CheckOut button of the InfoBar Implementing it needed: + Adding XCmisDocument::checkOut method and implement it in SfxBaseModel + Moving the CMIS properties loading into a SfxBaseModel private method to factorize code. + Adding the SfxInfoBarContainerChild registration in all modules Change-Id: I35bcb53cd2feff354aa5d9245897d0631cc924a0 --- sd/source/ui/slideshow/slideshowimpl.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sd/source/ui/slideshow/slideshowimpl.cxx') diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx index e085f47a6d86..2cc9d30f8bf2 100644 --- a/sd/source/ui/slideshow/slideshowimpl.cxx +++ b/sd/source/ui/slideshow/slideshowimpl.cxx @@ -44,6 +44,7 @@ #include +#include #include #include #include @@ -2570,7 +2571,8 @@ FncGetChildWindowId aShowChildren[] = &SvxIMapDlgChildWindow::GetChildWindowId, &SvxHlinkDlgWrapper::GetChildWindowId, &SfxTemplateDialogWrapper::GetChildWindowId, - &GalleryChildWindow::GetChildWindowId + &GalleryChildWindow::GetChildWindowId, + &SfxInfoBarContainerChild::GetChildWindowId }; #define NAVIGATOR_CHILD_MASK 0x80000000UL -- cgit