[Libreoffice-commits] core.git: sfx2/inc sfx2/Library_qstart_gtk.mk sfx2/Library_sfx.mk sfx2/source svtools/inc svtools/Library_svt.mk svtools/source

Marcos Paulo de Souza marcos.souza.org at gmail.com
Tue Sep 17 11:52:14 PDT 2013


 sfx2/Library_qstart_gtk.mk                           |    1 -
 sfx2/Library_sfx.mk                                  |    2 --
 sfx2/inc/bluthsndapi.hxx                             |    2 +-
 sfx2/inc/pch/precompiled_sfx.hxx                     |   16 ++++++++--------
 sfx2/source/control/thumbnailviewitem.cxx            |    2 +-
 sfx2/source/dialog/dinfdlg.cxx                       |    4 ++--
 sfx2/source/dialog/documentfontsdialog.cxx           |    2 +-
 sfx2/source/dialog/securitypage.cxx                  |    2 +-
 sfx2/source/dialog/taskpane.cxx                      |    4 ++--
 sfx2/source/dialog/titledockwin.cxx                  |    2 +-
 sfx2/source/doc/zoomitem.cxx                         |    2 +-
 sfx2/source/sidebar/ControlFactory.cxx               |    2 +-
 sfx2/source/sidebar/ControllerItem.cxx               |    2 +-
 sfx2/source/sidebar/EnumContext.cxx                  |    2 +-
 sfx2/source/sidebar/SidebarController.cxx            |    2 +-
 sfx2/source/sidebar/TabBar.cxx                       |    2 +-
 svtools/Library_svt.mk                               |    1 -
 svtools/inc/pch/precompiled_svt.hxx                  |   12 ++++++------
 svtools/source/control/toolbarmenuimp.hxx            |    2 +-
 svtools/source/dialogs/PlaceEditDialog.cxx           |    4 ++--
 svtools/source/dialogs/ServerDetailsControls.cxx     |    4 ++--
 svtools/source/filter/DocumentToGraphicRenderer.cxx  |    2 +-
 svtools/source/filter/GraphicExportOptionsDialog.cxx |    2 +-
 svtools/source/misc/bindablecontrolhelper.cxx        |    2 +-
 svtools/source/misc/transfer.cxx                     |    2 +-
 25 files changed, 38 insertions(+), 42 deletions(-)

New commits:
commit e95b076744da8911b2804501b418649a9147e3a9
Author: Marcos Paulo de Souza <marcos.souza.org at gmail.com>
Date:   Tue Sep 17 08:52:21 2013 -0300

    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 at redhat.com>
    Tested-by: Michael Stahl <mstahl at redhat.com>

diff --git a/sfx2/Library_qstart_gtk.mk b/sfx2/Library_qstart_gtk.mk
index 2090658..a16dbd3 100644
--- a/sfx2/Library_qstart_gtk.mk
+++ b/sfx2/Library_qstart_gtk.mk
@@ -23,7 +23,6 @@ $(eval $(call gb_Library_Library,qstart_gtk))
 $(eval $(call gb_Library_set_include,qstart_gtk,\
     $$(INCLUDE) \
     -I$(SRCDIR)/sfx2/inc \
-    -I$(SRCDIR)/include/sfx2/ \
 ))
 
 $(eval $(call gb_Library_use_sdk_api,qstart_gtk))
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index a95e2b7..46ed25d 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -33,7 +33,6 @@ $(eval $(call gb_Library_use_sdk_api,sfx))
 
 $(eval $(call gb_Library_set_include,sfx,\
     -I$(SRCDIR)/sfx2/inc \
-    -I$(SRCDIR)/include/sfx2/ \
     -I$(SRCDIR)/sfx2/source/inc \
     -I$(WORKDIR)/SdiTarget/sfx2/sdi \
     $$(INCLUDE) \
@@ -306,7 +305,6 @@ $(eval $(call gb_SdiTarget_SdiTarget,sfx2/sdi/sfxslots,sfx2/sdi/sfx))
 
 $(eval $(call gb_SdiTarget_set_include,sfx2/sdi/sfxslots,\
     $$(INCLUDE) \
-    -I$(SRCDIR)/include/sfx2/ \
     -I$(SRCDIR)/sfx2/inc \
     -I$(SRCDIR)/sfx2/sdi \
 ))
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx
index abd9e42..6a190d2 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 ac79cc3..7d293f1 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>
diff --git a/sfx2/source/control/thumbnailviewitem.cxx b/sfx2/source/control/thumbnailviewitem.cxx
index b8b4bd3..b2beb6d 100644
--- a/sfx2/source/control/thumbnailviewitem.cxx
+++ b/sfx2/source/control/thumbnailviewitem.cxx
@@ -19,7 +19,7 @@
 
 #include <sfx2/thumbnailviewitem.hxx>
 
-#include "thumbnailview.hxx"
+#include <sfx2/thumbnailview.hxx>
 #include "thumbnailviewacc.hxx"
 
 #include <basegfx/matrix/b2dhommatrixtools.hxx>
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 28de74f..ffaf425 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -50,8 +50,8 @@
 #include <vcl/timer.hxx>
 #include "sfx2/dinfdlg.hxx"
 #include "sfx2/securitypage.hxx"
-#include "sfxresid.hxx"
-#include "dinfedt.hxx"
+#include <sfx2/sfxresid.hxx>
+#include <sfx2/dinfedt.hxx>
 #include <sfx2/frame.hxx>
 #include <sfx2/viewfrm.hxx>
 #include <sfx2/request.hxx>
diff --git a/sfx2/source/dialog/documentfontsdialog.cxx b/sfx2/source/dialog/documentfontsdialog.cxx
index 46094fb..3320121 100644
--- a/sfx2/source/dialog/documentfontsdialog.cxx
+++ b/sfx2/source/dialog/documentfontsdialog.cxx
@@ -19,7 +19,7 @@
 
 #include "documentfontsdialog.hxx"
 
-#include <objsh.hxx>
+#include <sfx2/objsh.hxx>
 
 using namespace ::com::sun::star;
 
diff --git a/sfx2/source/dialog/securitypage.cxx b/sfx2/source/dialog/securitypage.cxx
index f4fc054..e8130f4 100644
--- a/sfx2/source/dialog/securitypage.cxx
+++ b/sfx2/source/dialog/securitypage.cxx
@@ -20,7 +20,7 @@
 
 #include "sfx2/securitypage.hxx"
 
-#include "sfxresid.hxx"
+#include <sfx2/sfxresid.hxx>
 
 #include <sfx2/sfx.hrc>
 #include <sfx2/sfxsids.hrc>
diff --git a/sfx2/source/dialog/taskpane.cxx b/sfx2/source/dialog/taskpane.cxx
index eaf831f..98d7ca7 100644
--- a/sfx2/source/dialog/taskpane.cxx
+++ b/sfx2/source/dialog/taskpane.cxx
@@ -19,11 +19,11 @@
 
 
 #include "sfx2/taskpane.hxx"
-#include "imagemgr.hxx"
+#include <sfx2/imagemgr.hxx>
 #include "sfx2/sfxsids.hrc"
 #include "sfx2/bindings.hxx"
 #include "sfx2/dispatch.hxx"
-#include "sfxresid.hxx"
+#include <sfx2/sfxresid.hxx>
 #include "sfxlocal.hrc"
 #include "helpid.hrc"
 
diff --git a/sfx2/source/dialog/titledockwin.cxx b/sfx2/source/dialog/titledockwin.cxx
index 6d33c39..255e1fc 100644
--- a/sfx2/source/dialog/titledockwin.cxx
+++ b/sfx2/source/dialog/titledockwin.cxx
@@ -22,7 +22,7 @@
 #include "sfx2/bindings.hxx"
 #include "sfx2/dispatch.hxx"
 #include "sfxlocal.hrc"
-#include "sfxresid.hxx"
+#include <sfx2/sfxresid.hxx>
 
 #include <svl/eitem.hxx>
 
diff --git a/sfx2/source/doc/zoomitem.cxx b/sfx2/source/doc/zoomitem.cxx
index c6a40f9..e5520c7 100644
--- a/sfx2/source/doc/zoomitem.cxx
+++ b/sfx2/source/doc/zoomitem.cxx
@@ -23,7 +23,7 @@
 #include <sfx2/zoomitem.hxx>
 #include <com/sun/star/uno/Sequence.hxx>
 #include <com/sun/star/beans/PropertyValue.hpp>
-#include "sfx.hrc"
+#include <sfx2/sfx.hrc>
 // -----------------------------------------------------------------------
 
 TYPEINIT1_FACTORY(SvxZoomItem,SfxUInt16Item, new SvxZoomItem);
diff --git a/sfx2/source/sidebar/ControlFactory.cxx b/sfx2/source/sidebar/ControlFactory.cxx
index fa73d34..936357a 100644
--- a/sfx2/source/sidebar/ControlFactory.cxx
+++ b/sfx2/source/sidebar/ControlFactory.cxx
@@ -16,7 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include "sidebar/ControlFactory.hxx"
+#include <sfx2/sidebar/ControlFactory.hxx>
 
 #include "MenuButton.hxx"
 #include "TabItem.hxx"
diff --git a/sfx2/source/sidebar/ControllerItem.cxx b/sfx2/source/sidebar/ControllerItem.cxx
index 439f9b3..88ec38b 100644
--- a/sfx2/source/sidebar/ControllerItem.cxx
+++ b/sfx2/source/sidebar/ControllerItem.cxx
@@ -16,7 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include "sidebar/ControllerItem.hxx"
+#include <sfx2/sidebar/ControllerItem.hxx>
 
 #include <sfx2/msgpool.hxx>
 #include <sfx2/viewsh.hxx>
diff --git a/sfx2/source/sidebar/EnumContext.cxx b/sfx2/source/sidebar/EnumContext.cxx
index 2b0c3ce..5ba6957 100644
--- a/sfx2/source/sidebar/EnumContext.cxx
+++ b/sfx2/source/sidebar/EnumContext.cxx
@@ -16,7 +16,7 @@
  *   except in compliance with the License. You may obtain a copy of
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
-#include "sidebar/EnumContext.hxx"
+#include <sfx2/sidebar/EnumContext.hxx>
 
 #include <map>
 
diff --git a/sfx2/source/sidebar/SidebarController.cxx b/sfx2/source/sidebar/SidebarController.cxx
index fc2aa53..224295a 100644
--- a/sfx2/source/sidebar/SidebarController.cxx
+++ b/sfx2/source/sidebar/SidebarController.cxx
@@ -30,7 +30,7 @@
 #include "SidebarDockingWindow.hxx"
 #include "Context.hxx"
 
-#include "sfxresid.hxx"
+#include <sfx2/sfxresid.hxx>
 #include "sfx2/sfxsids.hrc"
 #include "sfx2/titledockwin.hxx"
 #include "sfxlocal.hrc"
diff --git a/sfx2/source/sidebar/TabBar.cxx b/sfx2/source/sidebar/TabBar.cxx
index 167a74e..8c5a1a5 100644
--- a/sfx2/source/sidebar/TabBar.cxx
+++ b/sfx2/source/sidebar/TabBar.cxx
@@ -19,7 +19,7 @@
 
 #include "TabBar.hxx"
 #include "TabItem.hxx"
-#include "sidebar/ControlFactory.hxx"
+#include <sfx2/sidebar/ControlFactory.hxx>
 #include "DeckDescriptor.hxx"
 #include "Paint.hxx"
 #include "sfx2/sidebar/Theme.hxx"
diff --git a/svtools/Library_svt.mk b/svtools/Library_svt.mk
index e5d3f39..1a17651 100644
--- a/svtools/Library_svt.mk
+++ b/svtools/Library_svt.mk
@@ -31,7 +31,6 @@ $(eval $(call gb_Library_use_sdk_api,svt))
 
 $(eval $(call gb_Library_set_include,svt,\
     $$(INCLUDE) \
-    -I$(SRCDIR)/include/svtools/ \
     -I$(SRCDIR)/svtools/source/inc \
     -I$(SRCDIR)/svtools/inc \
 ))
diff --git a/svtools/inc/pch/precompiled_svt.hxx b/svtools/inc/pch/precompiled_svt.hxx
index dfd106a..9b55944 100644
--- a/svtools/inc/pch/precompiled_svt.hxx
+++ b/svtools/inc/pch/precompiled_svt.hxx
@@ -14,11 +14,11 @@
  also fixes all possible problems, so it's usually better to use it).
 */
 
-#include "DocumentToGraphicRenderer.hxx"
-#include "GraphicExportOptionsDialog.hxx"
-#include "PlaceEditDialog.hxx"
-#include "ServerDetailsControls.hxx"
-#include "bindablecontrolhelper.hxx"
+#include <svtools/DocumentToGraphicRenderer.hxx>
+#include <svtools/GraphicExportOptionsDialog.hxx>
+#include <svtools/PlaceEditDialog.hxx>
+#include <svtools/ServerDetailsControls.hxx>
+#include <svtools/bindablecontrolhelper.hxx>
 #include "com/sun/star/beans/XPropertySet.hpp"
 #include "com/sun/star/document/XDocumentProperties.hpp"
 #include "com/sun/star/script/Converter.hpp"
@@ -33,7 +33,7 @@
 #include "comphelper/servicedecl.hxx"
 #include "comphelper/string.hxx"
 #include "cppuhelper/implementationentry.hxx"
-#include "inetimg.hxx"
+#include <svtools/inetimg.hxx>
 #include "osl/diagnose.h"
 #include "rtl/ustring.hxx"
 #include "sal/config.h"
diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx
index 34b1e1f..36d851d 100644
--- a/svtools/source/control/toolbarmenuimp.hxx
+++ b/svtools/source/control/toolbarmenuimp.hxx
@@ -37,7 +37,7 @@
 
 #include <vector>
 
-#include "framestatuslistener.hxx"
+#include <svtools/framestatuslistener.hxx>
 
 namespace svtools {
 
diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx
index 8b51a33..c2f44e9 100644
--- a/svtools/source/dialogs/PlaceEditDialog.cxx
+++ b/svtools/source/dialogs/PlaceEditDialog.cxx
@@ -7,8 +7,8 @@
  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
  */
 
-#include "PlaceEditDialog.hxx"
-#include "ServerDetailsControls.hxx"
+#include <svtools/PlaceEditDialog.hxx>
+#include <svtools/ServerDetailsControls.hxx>
 
 #include <officecfg/Office/Common.hxx>
 #include <svtools/svtresid.hxx>
diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx b/svtools/source/dialogs/ServerDetailsControls.cxx
index 33803f1..f7a7639 100644
--- a/svtools/source/dialogs/ServerDetailsControls.cxx
+++ b/svtools/source/dialogs/ServerDetailsControls.cxx
@@ -20,8 +20,8 @@
 #include <ucbhelper/content.hxx>
 #include <ucbhelper/commandenvironment.hxx>
 
-#include "PlaceEditDialog.hxx"
-#include "ServerDetailsControls.hxx"
+#include <svtools/PlaceEditDialog.hxx>
+#include <svtools/ServerDetailsControls.hxx>
 
 using namespace std;
 using namespace com::sun::star::lang;
diff --git a/svtools/source/filter/DocumentToGraphicRenderer.cxx b/svtools/source/filter/DocumentToGraphicRenderer.cxx
index dd2a330..42bc0b2 100644
--- a/svtools/source/filter/DocumentToGraphicRenderer.cxx
+++ b/svtools/source/filter/DocumentToGraphicRenderer.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "DocumentToGraphicRenderer.hxx"
+#include <svtools/DocumentToGraphicRenderer.hxx>
 
 #include <vcl/graphicfilter.hxx>
 #include <vcl/svapp.hxx>
diff --git a/svtools/source/filter/GraphicExportOptionsDialog.cxx b/svtools/source/filter/GraphicExportOptionsDialog.cxx
index cf248da..260b22a 100644
--- a/svtools/source/filter/GraphicExportOptionsDialog.cxx
+++ b/svtools/source/filter/GraphicExportOptionsDialog.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "GraphicExportOptionsDialog.hxx"
+#include <svtools/GraphicExportOptionsDialog.hxx>
 
 using namespace css::beans;
 using namespace css::lang;
diff --git a/svtools/source/misc/bindablecontrolhelper.cxx b/svtools/source/misc/bindablecontrolhelper.cxx
index c6243c1..f94a3e0 100644
--- a/svtools/source/misc/bindablecontrolhelper.cxx
+++ b/svtools/source/misc/bindablecontrolhelper.cxx
@@ -17,7 +17,7 @@
  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
  */
 
-#include "bindablecontrolhelper.hxx"
+#include <svtools/bindablecontrolhelper.hxx>
 #include <com/sun/star/form/binding/XBindableValue.hpp>
 #include <com/sun/star/form/binding/XValueBinding.hpp>
 #include <com/sun/star/form/binding/XListEntrySink.hpp>
diff --git a/svtools/source/misc/transfer.cxx b/svtools/source/misc/transfer.cxx
index 8680134..282f594 100644
--- a/svtools/source/misc/transfer.cxx
+++ b/svtools/source/misc/transfer.cxx
@@ -49,7 +49,7 @@
 #include <com/sun/star/lang/XInitialization.hpp>
 
 #include "svl/urlbmk.hxx"
-#include "inetimg.hxx"
+#include <svtools/inetimg.hxx>
 #include <vcl/wmf.hxx>
 #include <svtools/imap.hxx>
 #include <svtools/transfer.hxx>


More information about the Libreoffice-commits mailing list