diff options
Diffstat (limited to 'svtools/source/brwbox/brwbox1.cxx')
-rw-r--r-- | svtools/source/brwbox/brwbox1.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svtools/source/brwbox/brwbox1.cxx b/svtools/source/brwbox/brwbox1.cxx index f1b42d910075..822ba21f7c00 100644 --- a/svtools/source/brwbox/brwbox1.cxx +++ b/svtools/source/brwbox/brwbox1.cxx @@ -19,15 +19,16 @@ #include <svtools/brwbox.hxx> #include <svtools/brwhead.hxx> -#include <svtools/recorditemwindow.hxx> #include <o3tl/numeric.hxx> #include <o3tl/safeint.hxx> #include "datwin.hxx" #include <tools/debug.hxx> #include <tools/fract.hxx> #include <sal/log.hxx> +#include <vcl/InterimItemWindow.hxx> #include <vcl/scrbar.hxx> #include <vcl/svapp.hxx> +#include <vcl/weld.hxx> #include <algorithm> #include <com/sun/star/accessibility/AccessibleTableModelChange.hpp> |