diff options
author | Herbert Dürr <hdu@apache.org> | 2014-01-21 16:10:06 +0000 |
---|---|---|
committer | Herbert Dürr <hdu@apache.org> | 2014-01-21 16:10:06 +0000 |
commit | 3552c7f9561f43024ca32f50e4bf63b31233b03c (patch) | |
tree | f9835382ba80dfedd13c4493b57088a5160ac1de /framework | |
parent | 821f66510a7851e6e6835e0f6c86dc443482caf0 (diff) |
#i123948# fix more class/struct mismatches
fix forward declarations that don't match the actual definitions
Notes
Notes:
prefer: 154643d59b6e01606356b7d2e627cbe4e20302e7
Diffstat (limited to 'framework')
-rw-r--r-- | framework/inc/uielement/genericstatusbarcontroller.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/uielement/genericstatusbarcontroller.hxx b/framework/inc/uielement/genericstatusbarcontroller.hxx index 34093edcb229..e3b01596761e 100644 --- a/framework/inc/uielement/genericstatusbarcontroller.hxx +++ b/framework/inc/uielement/genericstatusbarcontroller.hxx @@ -29,7 +29,7 @@ namespace framework { -class AddonStatusbarItemData; +struct AddonStatusbarItemData; class GenericStatusbarController : public svt::StatusbarController { |