diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-21 16:28:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-21 16:31:03 +0300 |
commit | ff72e05c9f99ab694685536a2d05558021b14b14 (patch) | |
tree | c81751b911f7a69a4c71c1b177840c7ef9f93b4b | |
parent | 0dfa58bdd9bd2ee12fe00674e7a9a1b55939a84b (diff) |
WaE: 'AddonStatusbarItemData' struct/class confusion
Change-Id: I20b0b17dffe98ec27b686e0adfe8aaf6e10068ab
-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 3f73df847cda..bc4a71d63112 100644 --- a/framework/inc/uielement/genericstatusbarcontroller.hxx +++ b/framework/inc/uielement/genericstatusbarcontroller.hxx @@ -25,7 +25,7 @@ namespace framework { -class AddonStatusbarItemData; +struct AddonStatusbarItemData; class GenericStatusbarController : public svt::StatusbarController { |