diff options
Diffstat (limited to 'include/sfx2/objface.hxx')
-rw-r--r-- | include/sfx2/objface.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/objface.hxx b/include/sfx2/objface.hxx index e31d56ea7782..ea2390dd9696 100644 --- a/include/sfx2/objface.hxx +++ b/include/sfx2/objface.hxx @@ -73,7 +73,7 @@ public: void RegisterObjectBar( sal_uInt16, const ResId&, const OUString* pST=0 ); void RegisterObjectBar( sal_uInt16, const ResId&, sal_uInt32 nFeature, const OUString* pST=0 ); - void RegisterChildWindow( sal_uInt16, bool bContext, const OUString* pST=0 ); + void RegisterChildWindow( sal_uInt16, bool bContext = false, const OUString* pST=0 ); void RegisterChildWindow( sal_uInt16, bool bContext, sal_uInt32 nFeature, const OUString* pST=0 ); void RegisterStatusBar( const ResId& ); const ResId& GetObjectBarResId( sal_uInt16 nNo ) const; |