summaryrefslogtreecommitdiff
path: root/include/svx/fmshell.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-01-14 11:21:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-01-14 11:21:10 +0100
commit7c1415e06ff480c5df75db2451ea522b0150f9b2 (patch)
tree8ee773de8e4d9e49219dd92537d90d7e69def3b5 /include/svx/fmshell.hxx
parenta31abd3d203ac8de4e045492fed53ca706bb24d1 (diff)
Remove unused bForBrowsing parameter
Change-Id: I32b458390130e9ed83af0831069329ac8f672d67
Diffstat (limited to 'include/svx/fmshell.hxx')
-rw-r--r--include/svx/fmshell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svx/fmshell.hxx b/include/svx/fmshell.hxx
index 815a7862a7ac..42d204d888ad 100644
--- a/include/svx/fmshell.hxx
+++ b/include/svx/fmshell.hxx
@@ -123,7 +123,7 @@ public:
FmFormPage* GetCurPage() const;
FmXFormShell* GetImpl() const {return m_pImpl;};
- bool PrepareClose(sal_Bool bUI = sal_True, sal_Bool bForBrowsing = sal_False);
+ bool PrepareClose(sal_Bool bUI = sal_True);
bool IsActiveControl() const;
void ForgetActiveControl();