diff options
Diffstat (limited to 'sfx2/source/inc/statcach.hxx')
-rw-r--r-- | sfx2/source/inc/statcach.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/inc/statcach.hxx b/sfx2/source/inc/statcach.hxx index 5b218b9ae9dd..1360db98bc9d 100644 --- a/sfx2/source/inc/statcach.hxx +++ b/sfx2/source/inc/statcach.hxx @@ -38,7 +38,7 @@ class BindDispatch_Impl : public ::cppu::WeakImplHelper< css::frame::XStatusLi { friend class SfxStateCache; css::uno::Reference< css::frame::XDispatch > xDisp; - css::util::URL const aURL; + css::util::URL aURL; css::frame::FeatureStateEvent aStatus; SfxStateCache* pCache; const SfxSlot* pSlot; @@ -62,7 +62,7 @@ class SfxStateCache friend class BindDispatch_Impl; rtl::Reference<BindDispatch_Impl> mxDispatch; - sal_uInt16 const nId; // Slot-Id + sal_uInt16 nId; // Slot-Id SfxControllerItem* pInternalController; css::uno::Reference < css::frame::XDispatch > xMyDispatch; SfxControllerItem* pController; // Pointer to first bound Controller (interlinked with each other) |