diff options
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 0111f5e92577..2a7aa0615d03 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -117,8 +117,8 @@ public: CreateBlankFrame(); static SfxFrame* Create( SfxObjectShell& rDoc, vcl::Window& rWindow, sal_uInt16 nViewId, bool bHidden ); - vcl::Window& GetWindow() const { return *pWindow;} - void CancelTransfers( bool bCancelLoadEnv = true ); + vcl::Window& GetWindow() const { return *pWindow;} + void CancelTransfers(); bool DoClose(); sal_uInt16 GetChildFrameCount() const; SfxFrame* GetChildFrame( sal_uInt16 nPos ) const; |