summaryrefslogtreecommitdiff
path: root/starmath/inc/unomodel.hxx
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-04-05 21:15:45 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-04-05 21:15:45 +0000
commiteb9910e85d41add74dbe6249652e289804bb11a2 (patch)
tree471ce30396709687438d83a89a4656c1f18580b7 /starmath/inc/unomodel.hxx
parente9d72cb644dfbeab193471e5dae3228187382bd9 (diff)
#82744# allow const access to the MathML property map
Diffstat (limited to 'starmath/inc/unomodel.hxx')
-rw-r--r--starmath/inc/unomodel.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/starmath/inc/unomodel.hxx b/starmath/inc/unomodel.hxx
index b4629caff162..df7af3909485 100644
--- a/starmath/inc/unomodel.hxx
+++ b/starmath/inc/unomodel.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: unomodel.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:57:25 $
+ * last change: $Author: mtg $ $Date: 2001-04-05 22:15:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -97,6 +97,7 @@ class SmModel : public SmModelBaseClass,
public:
SmModel( SfxObjectShell *pObjSh = 0 );
virtual ~SmModel();
+ const SfxItemPropertyMap * getPropertyMap() const { return _pMap;}
//XInterface
virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aType ) throw(::com::sun::star::uno::RuntimeException);