From 3e86d0b174ba08d62a9f9009ca4eeac24f7c1aa9 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 10 Oct 2012 07:40:03 +0200 Subject: drop unneeded includes Change-Id: I7c5a6ce78883cada11082d7fbe3e78cef3d6a5ae --- sc/source/ui/vba/vbasheetobject.cxx | 1 - sc/source/ui/vba/vbasheetobjects.cxx | 1 - 2 files changed, 2 deletions(-) (limited to 'sc') diff --git a/sc/source/ui/vba/vbasheetobject.cxx b/sc/source/ui/vba/vbasheetobject.cxx index 74cc65fbed36..71f41de7bef2 100644 --- a/sc/source/ui/vba/vbasheetobject.cxx +++ b/sc/source/ui/vba/vbasheetobject.cxx @@ -38,7 +38,6 @@ #include #include #include -#include #include #include "vbafont.hxx" #include "drwlayer.hxx" diff --git a/sc/source/ui/vba/vbasheetobjects.cxx b/sc/source/ui/vba/vbasheetobjects.cxx index cb05330f7bbc..e5e95148c874 100644 --- a/sc/source/ui/vba/vbasheetobjects.cxx +++ b/sc/source/ui/vba/vbasheetobjects.cxx @@ -39,7 +39,6 @@ #include #include #include -#include #include "vbasheetobject.hxx" using ::rtl::OUString; -- cgit