diff options
Diffstat (limited to 'sfx2/source/statbar/stbitem.cxx')
-rw-r--r-- | sfx2/source/statbar/stbitem.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/statbar/stbitem.cxx b/sfx2/source/statbar/stbitem.cxx index 882c4ea5d398..3de5bcd9ab84 100644 --- a/sfx2/source/statbar/stbitem.cxx +++ b/sfx2/source/statbar/stbitem.cxx @@ -290,7 +290,7 @@ throw ( ::com::sun::star::uno::RuntimeException, std::exception ) { frame::status::ItemStatus aItemStatus; rEvent.State >>= aItemStatus; - eState = aItemStatus.State; + eState = (SfxItemState) aItemStatus.State; pItem = new SfxVoidItem( nSlotID ); } else |