diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-02-07 13:49:32 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-02-07 13:49:32 +0000 |
commit | cf72603f894feef3acf73b0e734d7cfaee242aef (patch) | |
tree | 0ed2397540691b3ffbc76593a4d00ccf14cf60a8 | |
parent | eaaf7205918d1c8145d15e7b8d0bd2bb2828498e (diff) |
INTEGRATION: CWS templatetype1 (1.79.10); FILE MERGED
2005/02/01 07:30:47 mav 1.79.10.1: #i41172# mediatypes for oasis templates
-rw-r--r-- | sfx2/source/doc/sfxbasemodel.cxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx index c181dd19ff58..3119cfa1fd51 100644 --- a/sfx2/source/doc/sfxbasemodel.cxx +++ b/sfx2/source/doc/sfxbasemodel.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sfxbasemodel.cxx,v $ * - * $Revision: 1.81 $ + * $Revision: 1.82 $ * - * last change: $Author: rt $ $Date: 2005-01-31 09:15:48 $ + * last change: $Author: rt $ $Date: 2005-02-07 14:49:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -3715,7 +3715,8 @@ void SAL_CALL SfxBaseModel::storeToStorage( const REFERENCE< XSTORAGE >& xStorag } else { - m_pData->m_pObjectShell->SetupStorage( xStorage, nVersion ); + // TODO/LATER: is it possible to have a template here? + m_pData->m_pObjectShell->SetupStorage( xStorage, nVersion, sal_False ); // BaseURL is part of the ItemSet SfxMedium aMedium( xStorage, String(), &aSet ); |