diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-27 18:53:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-27 18:54:30 +0900 |
commit | 19d0b079dceb2ca4e241a9394407d8ddf2a6f42f (patch) | |
tree | 7c49f5765d074f7203b9f5bab410a5bad8d727f6 /sw/qa/tiledrendering | |
parent | bc90fb9e3072d751158a8ea0ca0a893d271b8973 (diff) |
Drop duplicate #include
Change-Id: I8c5daff82b96e4d9e2e89e18473c9be8c9c8162b
Diffstat (limited to 'sw/qa/tiledrendering')
-rw-r--r-- | sw/qa/tiledrendering/tiledrendering.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/tiledrendering/tiledrendering.cxx b/sw/qa/tiledrendering/tiledrendering.cxx index 57b512ca18e5..321a2d8ec47f 100644 --- a/sw/qa/tiledrendering/tiledrendering.cxx +++ b/sw/qa/tiledrendering/tiledrendering.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/uno/XInterface.hpp> #include <com/sun/star/frame/XComponentLoader.hpp> #include <com/sun/star/frame/Desktop.hpp> -#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/beans/XPropertySet.hpp> using namespace ::com::sun::star; |