View | Details | Raw Unified | Return to issue 66722
Collapse All | Expand All

(-)shell/source/backends/kdebe/kdebecdef.cxx (-2 / +4 lines)
Lines 49-57 Link Here
49
#include <com/sun/star/uno/XComponentContext.hpp>
49
#include <com/sun/star/uno/XComponentContext.hpp>
50
#endif
50
#endif
51
51
52
#include <kapplication.h>
52
#ifndef INCLUDED_VCL_KDE_HEADERS_H
53
#include <vcl/kde_headers.h>
54
#endif
53
55
54
#include "uno/current_context.hxx"
56
#include <uno/current_context.hxx>
55
57
56
namespace css = com::sun::star ;
58
namespace css = com::sun::star ;
57
namespace uno = css::uno ;
59
namespace uno = css::uno ;
(-)shell/source/backends/kdebe/kdecommonlayer.cxx (-2 / +2 lines)
Lines 37-44 Link Here
37
#include "kdecommonlayer.hxx"
37
#include "kdecommonlayer.hxx"
38
#endif 
38
#endif 
39
39
40
#ifndef _KEMAILSETTINGS_H
40
#ifndef INCLUDED_VCL_KDE_HEADERS_H
41
#include "kemailsettings.h"
41
#include <vcl/kde_headers.h>
42
#endif
42
#endif
43
43
44
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_
44
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_
(-)shell/source/backends/kdebe/kdeinetlayer.cxx (-4 lines)
Lines 48-57 Link Here
48
#include <com/sun/star/uno/Sequence.hxx>
48
#include <com/sun/star/uno/Sequence.hxx>
49
#endif
49
#endif
50
50
51
#ifndef __kprotocolmanager_h__
52
#include <kprotocolmanager.h>
53
#endif
54
55
#define COMMA      ','
51
#define COMMA      ','
56
#define SEMI_COLON ';'
52
#define SEMI_COLON ';'
57
53
(-)shell/source/backends/kdebe/kdeinetlayer.hxx (-1 / +3 lines)
Lines 27-33 Link Here
27
#include <cppuhelper/implbase2.hxx>
27
#include <cppuhelper/implbase2.hxx>
28
#endif
28
#endif
29
29
30
#include "qstring_wrapper.h"
30
#ifndef INCLUDED_VCL_KDE_HEADERS_H
31
#include <vcl/kde_headers.h>
32
#endif
31
33
32
namespace css = com::sun::star ;
34
namespace css = com::sun::star ;
33
namespace uno = css::uno ;
35
namespace uno = css::uno ;
(-)shell/source/backends/kdebe/kdepathslayer.cxx (-2 / +2 lines)
Lines 37-44 Link Here
37
#include "kdepathslayer.hxx"
37
#include "kdepathslayer.hxx"
38
#endif 
38
#endif 
39
39
40
#ifndef _KGLOBALSETTINGS_H
40
#ifndef INCLUDED_VCL_KDE_HEADERS_H
41
#include "kglobalsettings.h"
41
#include <vcl/kde_headers.h>
42
#endif
42
#endif
43
43
44
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_
44
#ifndef _COM_SUN_STAR_CONFIGURATION_BACKEND_PROPERTYINFO_HPP_
(-)shell/source/backends/kdebe/kdevcllayer.cxx (-5 / +2 lines)
Lines 48-58 Link Here
48
#include <com/sun/star/uno/Sequence.hxx>
48
#include <com/sun/star/uno/Sequence.hxx>
49
#endif
49
#endif
50
50
51
#ifndef QGLOBAL_H
51
#ifndef INCLUDED_VCL_KDE_HEADERS_H
52
#include "qglobal.h"
52
#include <vcl/kde_headers.h>
53
#endif
54
#ifndef QACCESSIBLE_H
55
#include "qaccessible.h"
56
#endif
53
#endif
57
54
58
//==============================================================================
55
//==============================================================================
(-)shell/source/backends/kdebe/qstring_wrapper.h (-49 lines)
Lines 1-49 Link Here
1
/*************************************************************************
2
 *
3
 *  OpenOffice.org - a multi-platform office productivity suite
4
 *
5
 *  $RCSfile: qstring_wrapper.h,v $
6
 *
7
 *  $Revision: 1.2 $
8
 *
9
 *  last change: $Author: kz $ $Date: 2006/07/06 14:35:04 $
10
 *
11
 *  The Contents of this file are made available subject to
12
 *  the terms of GNU Lesser General Public License Version 2.1.
13
 *
14
 *
15
 *    GNU Lesser General Public License Version 2.1
16
 *    =============================================
17
 *    Copyright 2006 by Sun Microsystems, Inc.
18
 *    901 San Antonio Road, Palo Alto, CA 94303, USA
19
 *
20
 *    This library is free software; you can redistribute it and/or
21
 *    modify it under the terms of the GNU Lesser General Public
22
 *    License version 2.1, as published by the Free Software Foundation.
23
 *
24
 *    This library is distributed in the hope that it will be useful,
25
 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
26
 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
27
 *    Lesser General Public License for more details.
28
 *
29
 *    You should have received a copy of the GNU Lesser General Public
30
 *    License along with this library; if not, write to the Free Software
31
 *    Foundation, Inc., 59 Temple Place, Suite 330, Boston,
32
 *    MA  02111-1307  USA
33
 *
34
 ************************************************************************/
35
36
#ifndef INCLUDED_SHELL_SOURCE_BACKENDS_KDEBE_QSTRING_WRAPPER_H
37
#define INCLUDED_SHELL_SOURCE_BACKENDS_KDEBE_QSTRING_WRAPPER_H
38
39
#ifndef _SAL_CONFIG_H_
40
#include "sal/config.h"
41
#endif
42
43
#if defined __GNUC__
44
#pragma GCC system_header
45
#endif
46
47
#include <qstring.h>
48
49
#endif

Return to issue 66722