diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 11:21:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-01-14 11:21:10 +0100 |
commit | 7c1415e06ff480c5df75db2451ea522b0150f9b2 (patch) | |
tree | 8ee773de8e4d9e49219dd92537d90d7e69def3b5 /include/sfx2/frame.hxx | |
parent | a31abd3d203ac8de4e045492fed53ca706bb24d1 (diff) |
Remove unused bForBrowsing parameter
Change-Id: I32b458390130e9ed83af0831069329ac8f672d67
Diffstat (limited to 'include/sfx2/frame.hxx')
-rw-r--r-- | include/sfx2/frame.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/frame.hxx b/include/sfx2/frame.hxx index 7426ed26a89c..94bee5ffa9b6 100644 --- a/include/sfx2/frame.hxx +++ b/include/sfx2/frame.hxx @@ -172,7 +172,7 @@ public: SAL_DLLPRIVATE void ReleasingComponent_Impl( sal_Bool bSet ); SAL_DLLPRIVATE void GetViewData_Impl(); SAL_DLLPRIVATE void SetFrameType_Impl( sal_uInt32 ); - SAL_DLLPRIVATE bool PrepareClose_Impl( sal_Bool bUI, sal_Bool bForBrowsing=sal_False ); + SAL_DLLPRIVATE bool PrepareClose_Impl( sal_Bool bUI ); SAL_DLLPRIVATE sal_Bool DocIsModified_Impl(); SAL_DLLPRIVATE void SetCurrentViewFrame_Impl( SfxViewFrame* ); SAL_DLLPRIVATE sal_Bool IsClosing_Impl() const; |