diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2015-06-23 15:25:01 +0900 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-06-23 10:40:00 +0000 |
commit | 0655f98565c78c055ed10631fd57aa73604946b6 (patch) | |
tree | 044f9faa97b7314bfa2b8ba465de6b7193deb0dc /cui/source | |
parent | 43a082f0bba799a9fc33071079f7a42932935e05 (diff) |
Drop duplicate #includes
Change-Id: I4db77ea1de42676d9d2df70db3f2e1665a3fd983
Reviewed-on: https://gerrit.libreoffice.org/16419
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optinet2.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx index a3c72ff37eef..5e4836e907c1 100644 --- a/cui/source/options/optinet2.cxx +++ b/cui/source/options/optinet2.cxx @@ -98,8 +98,6 @@ using namespace ::sfx2; // static ---------------------------------------------------------------- -#include <sal/config.h> - VCL_BUILDER_FACTORY_ARGS(SvxNoSpaceEdit, WB_LEFT|WB_VCENTER|WB_BORDER|WB_3DLOOK) void SvxNoSpaceEdit::KeyInput( const KeyEvent& rKEvent ) |