diff options
author | Mathias Bauer <mba@openoffice.org> | 2002-09-12 14:09:09 +0000 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2002-09-12 14:09:09 +0000 |
commit | be87173f70821cf2ee99e6ba7eb7b8aa5fb3c4f1 (patch) | |
tree | 652aadc8355a17bfc70f47104d218ce1be67fba7 /sot/inc | |
parent | 39078cc00dd3d7262d726018128f63a0e72fad9c (diff) |
#103001#: new method to ask for property of elements
Diffstat (limited to 'sot/inc')
-rw-r--r-- | sot/inc/stg.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sot/inc/stg.hxx b/sot/inc/stg.hxx index 03a28727320c..e517d32b329c 100644 --- a/sot/inc/stg.hxx +++ b/sot/inc/stg.hxx @@ -2,9 +2,9 @@ * * $RCSfile: stg.hxx,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: mav $ $Date: 2002-08-22 12:27:34 $ + * last change: $Author: mba $ $Date: 2002-09-12 15:08:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -313,8 +313,7 @@ public: BOOL SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ); BOOL GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ); - ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > - GetXInputStream() const; + ::com::sun::star::uno::Reference< ::com::sun::star::io::XInputStream > GetXInputStream() const; }; namespace ucb @@ -388,6 +387,7 @@ public: virtual BOOL Equals( const BaseStorage& rStream ) const; BOOL SetProperty( const String& rName, const ::com::sun::star::uno::Any& rValue ); BOOL GetProperty( const String& rName, ::com::sun::star::uno::Any& rValue ); + BOOL GetProperty( const String& rEleName, const String& rName, ::com::sun::star::uno::Any& rValue ); GetXInputStream(); #if _SOLAR__PRIVATE |