diff options
Diffstat (limited to 'include/sfx2/childwin.hxx')
-rw-r--r-- | include/sfx2/childwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/childwin.hxx b/include/sfx2/childwin.hxx index 3788c006cf36..e21832b575c4 100644 --- a/include/sfx2/childwin.hxx +++ b/include/sfx2/childwin.hxx @@ -94,7 +94,7 @@ struct SFX2_DLLPUBLIC SfxChildWinFactory struct SfxChildWindow_Impl; -extern SFX2_DLLPUBLIC bool ParentIsFloatingWindow(vcl::Window *pParent); +extern SFX2_DLLPUBLIC bool ParentIsFloatingWindow(const vcl::Window *pParent); class SFX2_DLLPUBLIC SfxChildWindow { |