diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-05-20 17:57:30 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-05-20 17:57:30 +0000 |
commit | 20f05d2f86bff7851d28a95d6330f6e1b3f0477a (patch) | |
tree | b164828f12d1bd4e05865267aa38483864b46e2a /sfx2/inc | |
parent | b4a50b2b3b5174da6b4e6a9c2ee6ffd596097fb5 (diff) |
INTEGRATION: CWS mba30patches01 (1.11.8); FILE MERGED
2008/04/23 09:46:22 mba 1.11.8.2: RESYNC: (1.11-1.13); FILE MERGED
2008/03/20 17:35:42 mba 1.11.8.1: #i84621#: don't use subfilter approach for file insertion
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/objsh.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/objsh.hxx b/sfx2/inc/sfx2/objsh.hxx index 67ab7ac49a3a..5ef3439eb9be 100644 --- a/sfx2/inc/sfx2/objsh.hxx +++ b/sfx2/inc/sfx2/objsh.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: objsh.hxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -357,6 +357,7 @@ public: sal_Bool bForceNonModified = sal_False ); sal_Bool SaveCompletedChildren( sal_Bool bSuccess ); + sal_Bool InsertFrom( SfxMedium &rMedium ); sal_Bool ImportFrom( SfxMedium &rMedium ); sal_Bool ExportTo( SfxMedium &rMedium ); |