summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxpicklist.cxx
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2002-04-23 08:41:11 +0000
committerCarsten Driesner <cd@openoffice.org>2002-04-23 08:41:11 +0000
commitb19c43f81b21dacffa4776f5b1433194bba0d798 (patch)
treef732cb9ec4eccae949bcc76431ce4c0f48c38cb1 /sfx2/source/appl/sfxpicklist.cxx
parent0a240573239490678faae78fc635e8e39d0c2eca (diff)
#98829# Open templates in picklist as templates
Diffstat (limited to 'sfx2/source/appl/sfxpicklist.cxx')
-rw-r--r--sfx2/source/appl/sfxpicklist.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxpicklist.cxx b/sfx2/source/appl/sfxpicklist.cxx
index 42c2d51c504b..549244e14cea 100644
--- a/sfx2/source/appl/sfxpicklist.cxx
+++ b/sfx2/source/appl/sfxpicklist.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sfxpicklist.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: cd $ $Date: 2002-04-08 12:35:19 $
+ * last change: $Author: cd $ $Date: 2002-04-23 09:41:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -372,6 +372,7 @@ void SfxPickList::ExecuteEntry( sal_uInt32 nIndex )
aReq.AppendItem( SfxStringItem( SID_FILE_NAME, pPick->aName ));
aReq.AppendItem( SfxStringItem( SID_REFERER, DEFINE_CONST_UNICODE( SFX_REFERER_USER ) ) );
aReq.AppendItem( SfxStringItem( SID_TARGETNAME, DEFINE_CONST_UNICODE("_default") ) );
+ aReq.AppendItem( SfxBoolItem( SID_TEMPLATE, FALSE ) );
String aFilter( pPick->aFilter );
aGuard.clear();