salinfo.cxx (cdf0e10c) salinfo.cxx (528d5388)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 14 unchanged lines hidden (view full) ---

23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28// MARKER(update_precomp.py): autogen include statement, do not remove
29#include "precompiled_vcl.hxx"
30
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

--- 14 unchanged lines hidden (view full) ---

23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28// MARKER(update_precomp.py): autogen include statement, do not remove
29#include "precompiled_vcl.hxx"
30
31// rely on unicows on for multimon functions for older versions
32#if WINVER < 0x0500
33#undef WINVER
34#define WINVER 0x0500
35#endif
36
37#include "svsys.h"
38#include "rtl/ustrbuf.hxx"
39
40#include "tools/debug.hxx"
41#include "tools/string.hxx"
42
43#include "vcl/window.hxx"
44

--- 249 unchanged lines hidden ---
31#include "svsys.h"
32#include "rtl/ustrbuf.hxx"
33
34#include "tools/debug.hxx"
35#include "tools/string.hxx"
36
37#include "vcl/window.hxx"
38

--- 249 unchanged lines hidden ---