Kaydet (Commit) 5775992a authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: embeddedobj

Change-Id: If8cfe9da299d3d183407c5e7a00240f246f000a5
üst 11124384
......@@ -45,8 +45,8 @@
#include <targetstatecontrol.hxx>
#include "commonembobj.hxx"
#include "intercept.hxx"
#include <commonembobj.hxx>
#include <intercept.hxx>
#include "embedobj.hxx"
using namespace ::com::sun::star;
......
......@@ -21,7 +21,7 @@
#include <com/sun/star/embed/WrongStateException.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include "commonembobj.hxx"
#include <commonembobj.hxx>
#include "embedobj.hxx"
......
......@@ -35,8 +35,8 @@
#include <vcl/svapp.hxx>
#include "closepreventer.hxx"
#include "intercept.hxx"
#include <closepreventer.hxx>
#include <intercept.hxx>
#include "persistence.hxx"
using namespace ::com::sun::star;
......
......@@ -22,7 +22,7 @@
#include <cppuhelper/factory.hxx>
#include "xfactory.hxx"
#include "xcreator.hxx"
#include <xcreator.hxx>
using namespace ::com::sun::star;
......
......@@ -37,8 +37,8 @@
#include <cppuhelper/queryinterface.hxx>
#include <cppuhelper/typeprovider.hxx>
#include "specialobject.hxx"
#include "intercept.hxx"
#include <specialobject.hxx>
#include <intercept.hxx>
using namespace ::com::sun::star;
......
......@@ -29,9 +29,9 @@
#include <comphelper/documentconstants.hxx>
#include "xfactory.hxx"
#include "commonembobj.hxx"
#include "specialobject.hxx"
#include "oleembobj.hxx"
#include <commonembobj.hxx>
#include <specialobject.hxx>
#include <oleembobj.hxx>
using namespace ::com::sun::star;
......
......@@ -73,9 +73,9 @@
#include <comphelper/processfactory.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include "docholder.hxx"
#include "commonembobj.hxx"
#include "intercept.hxx"
#include <docholder.hxx>
#include <commonembobj.hxx>
#include <intercept.hxx>
#define HATCH_BORDER_WIDTH (((m_pEmbedObj->getStatus(embed::Aspects::MSOLE_CONTENT)&embed::EmbedMisc::MS_EMBED_ACTIVATEWHENVISIBLE) && \
m_pEmbedObj->getCurrentState()!=embed::EmbedStates::UI_ACTIVE) ? 0 : 4 )
......
......@@ -21,9 +21,9 @@
#include <cppuhelper/weak.hxx>
#include <cppuhelper/interfacecontainer.hxx>
#include "intercept.hxx"
#include "docholder.hxx"
#include "commonembobj.hxx"
#include <intercept.hxx>
#include <docholder.hxx>
#include <commonembobj.hxx>
using namespace ::com::sun::star;
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "closepreventer.hxx"
#include <closepreventer.hxx>
#include <com/sun/star/util/CloseVetoException.hpp>
#include <osl/diagnose.h>
......
......@@ -31,7 +31,7 @@
#include <cppuhelper/interfacecontainer.h>
#include <oleembobj.hxx>
#include <olepersist.hxx>
#include "olepersist.hxx"
#include "ownview.hxx"
......
......@@ -18,7 +18,7 @@
*/
#include <oleembobj.hxx>
#include <olepersist.hxx>
#include "olepersist.hxx"
#include <com/sun/star/embed/EmbedStates.hpp>
#include <com/sun/star/embed/EmbedVerbs.hpp>
#include <com/sun/star/embed/EntryInitModes.hpp>
......
......@@ -26,7 +26,7 @@
#include <com/sun/star/io/IOException.hpp>
#include "xolefactory.hxx"
#include "oleembobj.hxx"
#include <oleembobj.hxx>
#include <cppuhelper/supportsservice.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment