diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/viewfrm.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/viewfrm.hxx b/include/sfx2/viewfrm.hxx index b771574c2fd1..b7fb8276842d 100644 --- a/include/sfx2/viewfrm.hxx +++ b/include/sfx2/viewfrm.hxx @@ -178,7 +178,7 @@ public: void SetChildWindow(sal_uInt16 nId, sal_Bool bVisible, sal_Bool bSetFocus=sal_True); void ToggleChildWindow(sal_uInt16); - sal_Bool HasChildWindow(sal_uInt16); + bool HasChildWindow(sal_uInt16); sal_Bool KnowsChildWindow(sal_uInt16); void ShowChildWindow(sal_uInt16,sal_Bool bVisible=sal_True); SfxChildWindow* GetChildWindow(sal_uInt16); |