diff options
author | Marcos Paulo de Souza <marcos.souza.org@gmail.com> | 2013-09-17 08:52:21 -0300 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-17 18:51:54 +0000 |
commit | e95b076744da8911b2804501b418649a9147e3a9 (patch) | |
tree | 59b3bded7cf544b348b3ae62ab0634df14227954 /sfx2/inc | |
parent | b6fc0ac84ce68586393784713693cc6b658a2785 (diff) |
fdo#63926: remove extra include paths in svtools/ and sfx2/
Change-Id: I0b47849ba0fa0dfaf4a481779a5ece09be496c1e
Reviewed-on: https://gerrit.libreoffice.org/5973
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/inc')
-rw-r--r-- | sfx2/inc/bluthsndapi.hxx | 2 | ||||
-rw-r--r-- | sfx2/inc/pch/precompiled_sfx.hxx | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx index abd9e42e2515..6a190d2b0d41 100644 --- a/sfx2/inc/bluthsndapi.hxx +++ b/sfx2/inc/bluthsndapi.hxx @@ -16,7 +16,7 @@ #include <rtl/ustring.hxx> #include <tools/link.hxx> #include "sfx2/dllapi.h" -#include "mailmodelapi.hxx" +#include <sfx2/mailmodelapi.hxx> // class SfxBluetoothModel_Impl ----------------------------------------------- diff --git a/sfx2/inc/pch/precompiled_sfx.hxx b/sfx2/inc/pch/precompiled_sfx.hxx index ac79cc32d548..7d293f12c26b 100644 --- a/sfx2/inc/pch/precompiled_sfx.hxx +++ b/sfx2/inc/pch/precompiled_sfx.hxx @@ -76,9 +76,9 @@ #include "cppuhelper/factory.hxx" #include "cppuhelper/implementationentry.hxx" #include "cppuhelper/interfacecontainer.hxx" -#include "dinfedt.hxx" +#include <sfx2/dinfedt.hxx> #include "i18nlangtag/languagetag.hxx" -#include "imagemgr.hxx" +#include <sfx2/imagemgr.hxx> #include "officecfg/Office/Common.hxx" #include "osl/diagnose.h" #include "osl/mutex.hxx" @@ -88,15 +88,15 @@ #include "sal/config.h" #include "sal/types.h" #include "sax/tools/converter.hxx" -#include "sfxresid.hxx" -#include "sidebar/ControlFactory.hxx" -#include "sidebar/ControllerItem.hxx" -#include "sidebar/EnumContext.hxx" +#include <sfx2/sfxresid.hxx> +#include <sfx2/sidebar/ControlFactory.hxx> +#include <sfx2/sidebar/ControllerItem.hxx> +#include <sfx2/sidebar/EnumContext.hxx> #include "sot/storage.hxx" #include "svl/urihelper.hxx" #include "svtools/htmlkywd.hxx" #include "svtools/treelistentry.hxx" -#include "thumbnailview.hxx" +#include <sfx2/thumbnailview.hxx> #include "toolkit/awt/vclxdevice.hxx" #include "tools/datetime.hxx" #include "tools/debug.hxx" @@ -613,7 +613,7 @@ #include <map> #include <math.h> #include <memory> -#include <objsh.hxx> +#include <sfx2/objsh.hxx> #include <officecfg/Inet.hxx> #include <officecfg/Office/Common.hxx> #include <officecfg/Office/ProtocolHandler.hxx> |