summaryrefslogtreecommitdiff
path: root/starmath/source/mathml.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2001-07-19 10:21:27 +0000
committerThomas Lange <tl@openoffice.org>2001-07-19 10:21:27 +0000
commit5f3cfa254d3b37705ae0189261517b71643c76d0 (patch)
treec6db2b5ef18389ee625448170fe8e825d63dec9b /starmath/source/mathml.hxx
parent10647cd8a754f3fe2a170a28db00bb873891b7cc (diff)
#88211# ERRCODE_SFX_WRONGPASSWORD set on failure in order to get a messagebox displayed
Diffstat (limited to 'starmath/source/mathml.hxx')
-rw-r--r--starmath/source/mathml.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/starmath/source/mathml.hxx b/starmath/source/mathml.hxx
index 6eae68e78026..ac63dec5da78 100644
--- a/starmath/source/mathml.hxx
+++ b/starmath/source/mathml.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mathml.hxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: cmc $ $Date: 2001-06-26 14:51:18 $
+ * last change: $Author: tl $ $Date: 2001-07-19 11:21:27 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -101,7 +101,8 @@ private:
::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > xInputStream,
::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent > xModelComponent,
::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory > & rFactory,
- const sal_Char* pFilterName );
+ const sal_Char* pFilterName,
+ sal_Bool bEncrypted );
sal_Bool ReadThroughComponent(
SvStorage* pStorage,