diff options
author | Daniel Rentz <dr@openoffice.org> | 2010-07-12 11:17:00 +0200 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2010-07-12 11:17:00 +0200 |
commit | 365321d410148c44f5310bdbd21c79edc7551597 (patch) | |
tree | d4b41a791af9019640eae0055c2fbc6883f7f148 /sc/inc | |
parent | d51b5501b66fd73252a4788ba0e2e215156c5488 (diff) |
mib17: #i112634# API changes
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/document.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index a829787aac2f..870c95864158 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -160,7 +160,7 @@ namespace com { namespace sun { namespace star { class XEmbeddedObject; } namespace script { namespace vba { - class XEventProcessor; + class XVBAEventProcessor; } } } } } @@ -333,7 +333,7 @@ private: Timer aTrackTimer; // mutable for lazy construction - mutable com::sun::star::uno::Reference< com::sun::star::script::vba::XEventProcessor > + mutable com::sun::star::uno::Reference< com::sun::star::script::vba::XVBAEventProcessor > mxVbaEvents; public: @@ -1759,7 +1759,7 @@ public: void GetSortParam( ScSortParam& rParam, SCTAB nTab ); void SetSortParam( ScSortParam& rParam, SCTAB nTab ); - com::sun::star::uno::Reference< com::sun::star::script::vba::XEventProcessor > + com::sun::star::uno::Reference< com::sun::star::script::vba::XVBAEventProcessor > GetVbaEventProcessor() const; /** Should only be GRAM_PODF or GRAM_ODFF. */ |