diff options
-rw-r--r-- | basctl/source/accessibility/accessibledialogwindow.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/accessibility/accessibledialogwindow.cxx b/basctl/source/accessibility/accessibledialogwindow.cxx index 70677e4ef4d2..8b4228fb5fee 100644 --- a/basctl/source/accessibility/accessibledialogwindow.cxx +++ b/basctl/source/accessibility/accessibledialogwindow.cxx @@ -28,6 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_basctl.hxx" + #include <accessibledialogwindow.hxx> #include <accessibledialogcontrolshape.hxx> #include <baside3.hxx> @@ -46,10 +47,6 @@ #include <toolkit/helper/convert.hxx> #include <vcl/svapp.hxx> -#include <vector> -#include <algorithm> - - using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; |