fdo#65108 inter-module includes <> include/dbaccess

Change-Id: I50a6c5c40fec035491921db48e6f7c8db67273cd
This commit is contained in:
Norbert Thiebaud 2013-11-09 15:53:08 -06:00
parent ba68545362
commit ba604366c5
8 changed files with 12 additions and 12 deletions

View File

@ -22,8 +22,8 @@
#include <com/sun/star/beans/PropertyValue.hpp>
#include <com/sun/star/uno/Sequence.hxx>
#include "IReference.hxx"
#include "dbaccessdllapi.h"
#include <dbaccess/IReference.hxx>
#include <dbaccess/dbaccessdllapi.h>
namespace com { namespace sun { namespace star {
namespace util {

View File

@ -19,7 +19,7 @@
#ifndef INCLUDED_DBACCESS_IREFERENCE_HXX
#define INCLUDED_DBACCESS_IREFERENCE_HXX
#include "dbaccessdllapi.h"
#include <dbaccess/dbaccessdllapi.h>
namespace dbaui
{

View File

@ -23,7 +23,7 @@
#include <sal/types.h>
#include <tools/link.hxx>
#include <vcl/image.hxx>
#include "dbaccessdllapi.h"
#include <dbaccess/dbaccessdllapi.h>
class SvtMiscOptions;
class ToolBox;

View File

@ -19,7 +19,7 @@
#ifndef INCLUDED_DBACCESS_DATAVIEW_HXX
#define INCLUDED_DBACCESS_DATAVIEW_HXX
#include "dbaccessdllapi.h"
#include <dbaccess/dbaccessdllapi.h>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <svtools/acceleratorexecute.hxx>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_DBACCESS_DBACCESSDLLAPI_H
#define INCLUDED_DBACCESS_DBACCESSDLLAPI_H
#include "sal/types.h"
#include <sal/types.h>
#if defined(DBACCESS_DLLIMPLEMENTATION)
#define DBACCESS_DLLPUBLIC SAL_DLLPUBLIC_EXPORT

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX
#define INCLUDED_DBACCESS_DBAUNDOMANAGER_HXX
#include "dbaccessdllapi.h"
#include <dbaccess/dbaccessdllapi.h>
#include <com/sun/star/document/XUndoManager.hpp>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX
#define INCLUDED_DBACCESS_DBSUBCOMPONENTCONTROLLER_HXX
#include "genericcontroller.hxx"
#include <dbaccess/genericcontroller.hxx>
#include <com/sun/star/document/XScriptInvocationContext.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>

View File

@ -20,10 +20,10 @@
#ifndef INCLUDED_DBACCESS_GENERICCONTROLLER_HXX
#define INCLUDED_DBACCESS_GENERICCONTROLLER_HXX
#include "AsyncronousLink.hxx"
#include "controllerframe.hxx"
#include "dbaccessdllapi.h"
#include "IController.hxx"
#include <dbaccess/AsyncronousLink.hxx>
#include <dbaccess/controllerframe.hxx>
#include <dbaccess/dbaccessdllapi.h>
#include <dbaccess/IController.hxx>
#include <com/sun/star/frame/CommandGroup.hpp>
#include <com/sun/star/frame/XController2.hpp>