Kaydet (Commit) 2f316b07 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Avoid risk of "unused" header removal

Change-Id: I4cf2bec8fdcb03b4012de50ed0ce03a8e5154d82
üst 251fd06d
......@@ -17,6 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <config_features.h>
#include <touch/touch.h>
#include <com/sun/star/accessibility/XAccessible.hpp>
......@@ -55,7 +57,6 @@
#include <svtools/colorcfg.hxx>
#include <vcl/bmpacc.hxx>
#include <vcl/alpha.hxx>
#include <vcl/sysdata.hxx>
#include <svtools/accessibilityoptions.hxx>
#include <accessibilityoptions.hxx>
#include <statstr.hrc>
......@@ -72,6 +73,10 @@
#include <vcl/svapp.hxx>
#include <svx/sdrpaintwindow.hxx>
#if !HAVE_FEATURE_DESKTOP
#include <vcl/sysdata.hxx>
#endif
sal_Bool SwViewShell::mbLstAct = sal_False;
ShellResource *SwViewShell::mpShellRes = 0;
Window *SwViewShell::mpCareWindow = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment