diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-06-04 11:36:03 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-06-04 11:36:03 +0000 |
commit | 882c4867988920afc0491ccf301b0bace87b16ff (patch) | |
tree | e6f61cdb1c90d33d8e32cf12a51a461640897e9f /sc/inc | |
parent | 2d763554ab6f6cbfc303bfc262a79f8fe5676533 (diff) |
INTEGRATION: CWS calc13 (1.13.154); FILE MERGED
2003/06/03 11:12:40 sab 1.13.154.1: #109979#; make the same things while loading flatxml like while loading sxc
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/docuno.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/docuno.hxx b/sc/inc/docuno.hxx index da1235940ca7..3051cdeb6a45 100644 --- a/sc/inc/docuno.hxx +++ b/sc/inc/docuno.hxx @@ -2,9 +2,9 @@ * * $RCSfile: docuno.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: sab $ $Date: 2002-11-11 09:19:28 $ + * last change: $Author: vg $ $Date: 2003-06-04 12:36:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -214,6 +214,9 @@ public: BOOL AdjustRowHeight( USHORT nStartRow, USHORT nEndRow, USHORT nTab ); + void BeforeXMLLoading(); + void AfterXMLLoading(sal_Bool bRet); + virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException); |