summaryrefslogtreecommitdiff
path: root/starmath/inc/document.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-11 12:08:12 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-11 12:08:12 +0000
commit0d7b90fb7e8ffdd5776eb76069f777e47db59578 (patch)
tree55a259d24b4f0af293bf35ace7add267009c8dcb /starmath/inc/document.hxx
parentdd6b9606da7e6eb03a5e3d0bb6800d3be62c5622 (diff)
INTEGRATION: CWS sb19 (1.19.24); FILE MERGED
2004/12/09 01:08:45 sb 1.19.24.2: RESYNC: (1.19-1.20); FILE MERGED 2004/10/27 15:07:36 mba 1.19.24.1: #110407#: remove static BaseURL
Diffstat (limited to 'starmath/inc/document.hxx')
-rw-r--r--starmath/inc/document.hxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 4c0b5ce055fb..f8f8bdbfbf36 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: document.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: obo $ $Date: 2004-11-15 16:42:02 $
+ * last change: $Author: rt $ $Date: 2005-01-11 13:08:12 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,11 +195,11 @@ class SmDocShell : public SfxObjectShell, public SfxListener
virtual ULONG GetMiscStatus() const;
virtual void OnDocumentPrinterChanged( Printer * );
virtual sal_Bool InitNew( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
- virtual BOOL Load( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
- virtual BOOL Insert( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
+ virtual BOOL Load( SfxMedium& rMedium );
+ BOOL Insert( SfxMedium& rMedium );
void ImplSave( SvStorageStreamRef xStrm );
virtual BOOL Save();
- virtual BOOL SaveAs( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );
+ virtual BOOL SaveAs( SfxMedium& rMedium );
virtual BOOL ConvertTo( SfxMedium &rMedium );
virtual BOOL SaveCompleted( const ::com::sun::star::uno::Reference< ::com::sun::star::embed::XStorage >& xStorage );