diff options
author | Andre Fischer <af@apache.org> | 2013-05-14 16:23:55 +0000 |
---|---|---|
committer | Andre Fischer <af@apache.org> | 2013-05-14 16:23:55 +0000 |
commit | a7d457da0e9d7d2ede3906d346869322801b9707 (patch) | |
tree | 3273d85660193981e444df27323a0a9ff4923798 /sfx2/inc | |
parent | 3b252796e1126b5ec1216082f55b8d12017eaeb1 (diff) |
122302: Added missing includes.
Notes
Notes:
merged as: fe19401efc86522d8876130129ef46ec6cf7cb74
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/sfx2/sidebar/ControllerFactory.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/inc/sfx2/sidebar/ControllerFactory.hxx b/sfx2/inc/sfx2/sidebar/ControllerFactory.hxx index 802d3e748654..8a080508dfd9 100644 --- a/sfx2/inc/sfx2/sidebar/ControllerFactory.hxx +++ b/sfx2/inc/sfx2/sidebar/ControllerFactory.hxx @@ -29,6 +29,8 @@ namespace css = ::com::sun::star; namespace cssu = ::com::sun::star::uno; +class ToolBox; + namespace sfx2 { namespace sidebar { /** Convenience class for easy creation of toolbox controllers. |