diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/objserv.cxx | 2 |
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; } |