diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-08 22:04:48 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-06-09 23:51:08 +0300 |
commit | 10ff11e70c59d2e9cd9218faedef2b2b507f852f (patch) | |
tree | 4e0ab632ffa0b8ec84145fc089530037d3910b24 /svx | |
parent | 15201d37a48ba759ac2aa6f4f5b6bd15d53f0416 (diff) |
Do what the TODO said: Remove unused member and inclusion of vcl/virdev.hxx
Add header back in a few C++ files elsewhere.
Change-Id: I041ed39ff9bb26d1f42f3614ca50dbc085f13861
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/_contdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/_contdlg.cxx b/svx/source/dialog/_contdlg.cxx index ddc11ed87e39..db68e5892b5c 100644 --- a/svx/source/dialog/_contdlg.cxx +++ b/svx/source/dialog/_contdlg.cxx @@ -60,6 +60,7 @@ #include <svx/svdopath.hxx> #include "svx/dlgutil.hxx" #include <vcl/svapp.hxx> +#include <vcl/virdev.hxx> #include "dlgunit.hxx" SFX_IMPL_FLOATINGWINDOW( SvxContourDlgChildWindow, SID_CONTOUR_DLG ); |