summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 8fc60c3c0899..a8e4a94f8a63 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -801,7 +801,7 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
{
// save as document templates
SfxSaveAsTemplateDialog aDlg(rReq.GetFrameWeld(), GetModel());
- aDlg.run();
+ (void)aDlg.run();
break;
}