diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 21:00:13 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-10 21:00:13 +0100 |
commit | efcce8fc8478207d58069ee992aab4ff7b07f619 (patch) | |
tree | 995f58e45dc51e41dc779401cbcd58698f9254f9 /svx | |
parent | e985155bc506c84efba297751c76242406351de7 (diff) |
VclPtr: unfortunate includes needed for inlining ref/unref.
Something of a compile time vs. run-time choice.
Change-Id: I7e9db3a6f14d352e0b78abd5f22ccc593aceb001
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/inc/fmexch.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/svx/source/inc/fmexch.hxx b/svx/source/inc/fmexch.hxx index 8c2c6b2c6240..09ab923081c5 100644 --- a/svx/source/inc/fmexch.hxx +++ b/svx/source/inc/fmexch.hxx @@ -28,15 +28,12 @@ #include <com/sun/star/container/XNameContainer.hpp> #include <com/sun/star/form/XForms.hpp> #include <tools/link.hxx> - +#include <vcl/window.hxx> #include <svx/svxdllapi.h> class SvTreeListEntry; - - class SvTreeListBox; - namespace svxform { |