diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 18:35:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-05 18:35:34 +0100 |
commit | b42c5a7809b8ca9eaef757897215b3225bce8056 (patch) | |
tree | 2864a5fe48408a91dd5f581242fb47fbaa8f5165 /sd/source/ui/slideshow/slideshow.cxx | |
parent | ab42bf5656938bb231fa8f3a0f7d14f2f85315a2 (diff) |
loplugin:cstylecast, involving pointer to incomplete type
Change-Id: I4b892790a16892396252467b3f3c31240b2f64e8
Diffstat (limited to 'sd/source/ui/slideshow/slideshow.cxx')
-rw-r--r-- | sd/source/ui/slideshow/slideshow.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index 85ac816c667b..dcb5dbc22f1f 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -925,7 +925,7 @@ bool SlideShow::startPreview( const Reference< XDrawPage >& xDrawPage, const Ref return true; } -ShowWindow* SlideShow::getShowWindow() +OutputDevice* SlideShow::getShowWindow() { return mxController.is() ? mxController->mpShowWindow : 0; } |