summaryrefslogtreecommitdiff
path: root/sd/inc/stlpool.hxx
diff options
context:
space:
mode:
authorsj <sj@openoffice.org>2010-06-04 22:30:37 +0200
committersj <sj@openoffice.org>2010-06-04 22:30:37 +0200
commit622fd52d858122833afb1ccd34bba38d231339fc (patch)
tree35e37e01ce77799b174edb9f3c6252cda20f1ff0 /sd/inc/stlpool.hxx
parent1663bdaf45e1558d2801e6bc1fdf9d090abc7078 (diff)
parent38c1d35d15a0adc980c2355ff97ce327645cd954 (diff)
impress190: merge with dev300_m80
Diffstat (limited to 'sd/inc/stlpool.hxx')
-rw-r--r--sd/inc/stlpool.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sd/inc/stlpool.hxx b/sd/inc/stlpool.hxx
index e8baba1aa79e..fd9dbeae5977 100644
--- a/sd/inc/stlpool.hxx
+++ b/sd/inc/stlpool.hxx
@@ -124,6 +124,8 @@ public:
virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XEventListener >& aListener ) throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL acquire (void) throw ();
+ virtual void SAL_CALL release (void) throw ();
protected:
void CopySheets(SdStyleSheetPool& rSourcePool, SfxStyleFamily eFamily );