Kaydet (Commit) ea5ef0a7 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop unused #includes

Change-Id: I77ca957204bacee95e32a7f2a54c9311002aeef9
üst 415f5477
......@@ -18,7 +18,6 @@
*/
#include <vcl/msgbox.hxx>
#include <vector>
#include <algorithm>
#include <basic/basmgr.hxx>
#include <basic/sbmeth.hxx>
......
......@@ -41,7 +41,6 @@
#include <sfx2/dispatch.hxx>
#include <cassert>
#include <map>
#include <com/sun/star/script/ModuleType.hpp>
#include <com/sun/star/script/vba/XVBAModuleInfo.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
......
......@@ -24,12 +24,6 @@
#include <postwin.h>
#endif
#include <algorithm>
#include <cstddef>
#include <list>
#include <map>
#include <vector>
#include <basic/sbx.hxx>
#include <basic/sbxvar.hxx>
#include <osl/thread.h>
......
......@@ -20,7 +20,6 @@
#include <tools/stream.hxx>
#include <basic/sbx.hxx>
#include "runtime.hxx"
#include <vector>
#include <boost/optional.hpp>
......
......@@ -28,8 +28,6 @@
#include <vbahelper/vbahelperinterface.hxx>
#include "vbacommandbarhelper.hxx"
#include <map>
typedef InheritedHelperInterfaceImpl1< ov::XCommandBar > CommandBar_BASE;
class ScVbaCommandBar : public CommandBar_BASE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment