Version 4.3.0.0.beta1, tag libreoffice-4.3.0.0.beta1
[LibreOffice.git] / connectivity / source / drivers / mozab / mozillasrc / MNSInclude.hxx
blobc2ad93c47787aa9a2a2c049d24df1c5215485591
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
19 #ifndef INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX
20 #define INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX
23 // Only include Mozilla include files once and using this file...
26 // moved this here and in first position due to "long l;" unxsoli4 warning
27 #include <rtl/ustrbuf.hxx>
29 #include "pre_include_mozilla.h"
31 #include <nsDebug.h>
33 #include <nsCOMPtr.h>
34 #include <nsISupportsArray.h>
35 #include <nsString.h>
37 #include <nsMemory.h>
38 #include <prtypes.h>
39 #include <nsRDFCID.h>
40 #include <nsXPIDLString.h>
41 #include <nsIRDFService.h>
42 #include <nsIRDFResource.h>
43 #include <nsReadableUtils.h>
44 #include <msgCore.h>
45 #include <nsIServiceManager.h>
46 #include <nsIAbCard.h>
47 #include <nsAbBaseCID.h>
48 #include <nsAbAddressCollecter.h>
49 #include <nsIPref.h>
50 #include <nsIAddrBookSession.h>
51 #include <nsIMsgHeaderParser.h>
52 #include <nsIAbDirectory.h>
53 #include <nsAbDirectoryQuery.h>
54 #include <nsIAbDirectoryQuery.h>
55 #include <nsIAbDirectoryQueryProxy.h>
56 #include <nsIAbDirFactory.h>
57 #include <nsIRunnable.h>
58 #include <nsIAbLDAPAttributeMap.h>
59 #include <nsILDAPMessage.h>
61 #include <prerr.h>
63 #include "post_include_mozilla.h"
65 #endif // INCLUDED_CONNECTIVITY_SOURCE_DRIVERS_MOZAB_MOZILLASRC_MNSINCLUDE_HXX
67 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */