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

Change-Id: Ie6587c23df03ad81b876075428014094765b5238
This commit is contained in:
Norbert Thiebaud
2013-11-09 15:44:34 -06:00
parent f96cfc8ca4
commit b3c4cbf70f
4 changed files with 6 additions and 6 deletions

View File

@ -19,7 +19,7 @@
#ifndef INCLUDED_FRAMEWORK_BMKMENU_HXX
#define INCLUDED_FRAMEWORK_BMKMENU_HXX
#include "framework/addonmenu.hxx"
#include <framework/addonmenu.hxx>
#include <com/sun/star/frame/XFrame.hpp>
#include <framework/fwedllapi.h>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_DOCUMENTUNDOGUARD_HXX
#define INCLUDED_FRAMEWORK_DOCUMENTUNDOGUARD_HXX
#include "framework/fwedllapi.h"
#include <framework/fwedllapi.h>
#include <com/sun/star/uno/XInterface.hpp>

View File

@ -20,7 +20,7 @@
#ifndef INCLUDED_FRAMEWORK_FWEDLLAPI_H
#define INCLUDED_FRAMEWORK_FWEDLLAPI_H
#include "sal/types.h"
#include <sal/types.h>
#if defined(FWE_DLLIMPLEMENTATION)
#define FWE_DLLPUBLIC SAL_DLLPUBLIC_EXPORT

View File

@ -20,9 +20,9 @@
#ifndef INCLUDED_FRAMEWORK_UNDOMANAGERHELPER_HXX
#define INCLUDED_FRAMEWORK_UNDOMANAGERHELPER_HXX
#include "framework/fwedllapi.h"
#include "framework/iguard.hxx"
#include "framework/imutex.hxx"
#include <framework/fwedllapi.h>
#include <framework/iguard.hxx>
#include <framework/imutex.hxx>
#include <com/sun/star/document/XUndoManager.hpp>
#include <com/sun/star/util/XModifyListener.hpp>