diff options
author | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-07-21 18:31:18 +0200 |
---|---|---|
committer | Philipp Lohmann [pl] <Philipp.Lohmann@Oracle.COM> | 2010-07-21 18:31:18 +0200 |
commit | 5b92062661eb9fe6ecee0ed3fd6356e6d6d9fca9 (patch) | |
tree | 6c32fbff10339feaa40335fe493a4083a5d8bea5 /vcl/source/window/dndlcon.cxx | |
parent | ed297064b56e492c7555b26f7c8f9c88d0cafa6c (diff) |
ooo33gsl03: #i113333# make D&D to certain ListBoxes possible
Diffstat (limited to 'vcl/source/window/dndlcon.cxx')
-rw-r--r-- | vcl/source/window/dndlcon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/dndlcon.cxx b/vcl/source/window/dndlcon.cxx index c5d78dd6bae3..07819e76f957 100644 --- a/vcl/source/window/dndlcon.cxx +++ b/vcl/source/window/dndlcon.cxx @@ -28,7 +28,7 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_vcl.hxx" -#include<dndlcon.hxx> +#include <vcl/dndlcon.hxx> using namespace ::cppu; using namespace ::com::sun::star::uno; |