summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2001-06-21 14:44:02 +0000
committerMathias Bauer <mba@openoffice.org>2001-06-21 14:44:02 +0000
commitf99e370a40f7276a86e17dd5c40207d132135b1f (patch)
tree10f89a3a20725eaff3cf70a427176eb3b4987707 /sfx2
parent163d9a336176df27ecc012cf3e5df5a48bb87928 (diff)
#88024#: obscure parameter in ItemSet removed
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/doc/objserv.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index 91a12e267fb8..0fc1205b4c79 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: objserv.cxx,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: mba $ $Date: 2001-06-20 14:07:19 $
+ * last change: $Author: mba $ $Date: 2001-06-21 15:44:02 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -744,7 +744,6 @@ void SfxObjectShell::ExecFile_Impl(SfxRequest &rReq)
// Medium zusammenbauen
SfxItemSet* pSet = new SfxAllItemSet( *rReq.GetArgs() );
- pSet->Put( SfxStringItem( SID_DOCTEMPLATE, aTemplateName ) );
SfxMedium aMedium( aFileName, STREAM_STD_READWRITE | STREAM_TRUNC, FALSE, pFilter, pSet);
// als Vorlage speichern