appenv.cxx (efeef26f) appenv.cxx (43f0f119)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sw.hxx"
26
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

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

19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sw.hxx"
26
27
28#if STLPORT_VERSION>=321
29#include <cstdarg>
27#include <cstdarg>
30#endif
31
28
32
33#include <hintids.hxx>
34
35#include <sfx2/request.hxx>
36#include <svx/svxids.hrc>
37
38#include <svtools/svmedit.hxx>
39#include <vcl/svapp.hxx>
40#include <vcl/wrkwin.hxx>

--- 501 unchanged lines hidden ---
29#include <hintids.hxx>
30
31#include <sfx2/request.hxx>
32#include <svx/svxids.hrc>
33
34#include <svtools/svmedit.hxx>
35#include <vcl/svapp.hxx>
36#include <vcl/wrkwin.hxx>

--- 501 unchanged lines hidden ---