summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:21:14 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:21:14 +0000
commitfb3e4d0628c969d4ccc2065ab5115747ff7c3997 (patch)
treefcc90e6b2e31208d2d6882eac2e31d55e76565a7 /sc/source/ui/inc/docsh.hxx
parenta41c3667372f3964f1531d4e7dbafb23e2e9a777 (diff)
INTEGRATION: CWS sb19 (1.32.22); FILE MERGED
2004/12/09 04:18:28 sb 1.32.22.2: RESYNC: (1.32-1.33); FILE MERGED 2004/10/27 07:31:55 mba 1.32.22.1: #110407#: remove static BaseURL
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index a32f616be8c4..2798dc1f0bbd 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 15:04:27 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:21:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -230,11 +230,11 @@ public:
sal_Int32 nFileFormat ) const;
virtual BOOL InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
- virtual BOOL Load( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
- virtual BOOL LoadFrom( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
+ virtual BOOL Load( SfxMedium& rMedium );
+ virtual BOOL LoadFrom( SfxMedium& rMedium );
virtual BOOL ConvertFrom( SfxMedium &rMedium );
virtual BOOL Save();
- virtual BOOL SaveAs( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& );
+ virtual BOOL SaveAs( SfxMedium& rMedium );
virtual BOOL ConvertTo( SfxMedium &rMedium );
virtual USHORT PrepareClose( BOOL bUI = TRUE, BOOL bForBrowsing = FALSE );
virtual void PrepareReload();