summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-04-16 23:00:12 +0200
committerMathias Bauer <mba@openoffice.org>2010-04-16 23:00:12 +0200
commit9c10c47f9cfb8f7641f0bb16908e0d19ad7d08ec (patch)
treee7f39d4dd17163507bf938dcf35ba7f2ebde4c87
parentb0c799c7fbaa93f707bf18a87eb9aef5d86be52c (diff)
CWS gnumake2: move delivered header files in from svtools/inc to svtools/inc/svtools; remove ununsed files; remove svp.res
-rw-r--r--svx/source/form/fmshell.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/svx/source/form/fmshell.cxx b/svx/source/form/fmshell.cxx
index 2819045c237d..10c0b88903d9 100644
--- a/svx/source/form/fmshell.cxx
+++ b/svx/source/form/fmshell.cxx
@@ -323,10 +323,6 @@ sal_uInt16 FmFormShell::PrepareClose(sal_Bool bUI, sal_Bool bForBrowsing)
if ( bModified && bUI )
{
QueryBox aQry(NULL, SVX_RES(RID_QRY_SAVEMODIFIED));
- if (bForBrowsing)
- aQry.AddButton(SVX_RES(RID_STR_NEW_TASK), RET_NEWTASK,
- BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTTON);
-
switch (aQry.Execute())
{
case RET_NO: