diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-24 01:05:02 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-24 01:06:15 +0900 |
commit | ea5ef0a72e5e608baf2c40700658a4fcba6a3759 (patch) | |
tree | 78375aac561b23e4b7ca8f4a97bbd164431174fc /vbahelper | |
parent | 415f5477e8c34001bb97c788a969e6e92d1d45be (diff) |
Drop unused #includes
Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/source/vbahelper/vbacommandbar.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vbahelper/source/vbahelper/vbacommandbar.hxx b/vbahelper/source/vbahelper/vbacommandbar.hxx index b2906163d71f..da0efc78f682 100644 --- a/vbahelper/source/vbahelper/vbacommandbar.hxx +++ b/vbahelper/source/vbahelper/vbacommandbar.hxx @@ -28,8 +28,6 @@ #include <vbahelper/vbahelperinterface.hxx> #include "vbacommandbarhelper.hxx" -#include <map> - typedef InheritedHelperInterfaceImpl1< ov::XCommandBar > CommandBar_BASE; class ScVbaCommandBar : public CommandBar_BASE |