diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-07-03 18:55:42 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-07-07 17:10:29 +0200 |
commit | a041cb54351326cd8beb39abac23f07f35de5463 (patch) | |
tree | 68fa7654a7875e381342eeea4faeb726b2376fa1 | |
parent | e596785580cbc7e8f4055ae495de48e6ecd0c022 (diff) |
Removed duplicated includes
Change-Id: I5c93b8ae1db219cfea3266a15d502747e8709fa5
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97890
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | svx/source/uitest/uiobject.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/uitest/uiobject.cxx b/svx/source/uitest/uiobject.cxx index 5204688c4975..046cece582ca 100644 --- a/svx/source/uitest/uiobject.cxx +++ b/svx/source/uitest/uiobject.cxx @@ -12,9 +12,7 @@ #include <svx/charmap.hxx> #include <vcl/layout.hxx> -#include <memory> #include <svx/numvset.hxx> -#include <vcl/layout.hxx> SvxShowCharSetUIObject::SvxShowCharSetUIObject(const VclPtr<vcl::Window>& xCharSetWin, SvxShowCharSet* pCharSet): WindowUIObject(xCharSetWin), |