Kaydet (Commit) c60dd5d6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:cstylecast, involving pointer to incomplete type

Change-Id: I74769c0d8db208d2a8ee5bdca62f31c08d79d6dd
üst 312653fe
...@@ -45,6 +45,7 @@ ...@@ -45,6 +45,7 @@
#include <svx/sdr/overlay/overlaymanager.hxx> #include <svx/sdr/overlay/overlaymanager.hxx>
#include <svx/sdrpaintwindow.hxx> #include <svx/sdrpaintwindow.hxx>
#include <svx/srchdlg.hxx>
#include <vcl/svapp.hxx> #include <vcl/svapp.hxx>
#include <svx/sdr/overlay/overlayselection.hxx> #include <svx/sdr/overlay/overlayselection.hxx>
#include <overlayrangesoutline.hxx> #include <overlayrangesoutline.hxx>
...@@ -574,7 +575,7 @@ SwCursor* SwShellCrsr::Create( SwPaM* pRing ) const ...@@ -574,7 +575,7 @@ SwCursor* SwShellCrsr::Create( SwPaM* pRing ) const
short SwShellCrsr::MaxReplaceArived() short SwShellCrsr::MaxReplaceArived()
{ {
short nRet = RET_YES; short nRet = RET_YES;
vcl::Window* pDlg = (vcl::Window*) SwView::GetSearchDialog(); vcl::Window* pDlg = SwView::GetSearchDialog();
if( pDlg ) if( pDlg )
{ {
// Terminate old actions. The table-frames get constructed and // Terminate old actions. The table-frames get constructed and
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment