summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs
diff options
context:
space:
mode:
authorRadu Ioan <ioan.radu.g@gmail.com>2013-08-06 00:01:58 +0300
committerMiklos Vajna <vmiklos@suse.cz>2013-08-06 09:17:22 +0000
commit389bdc162415abff78971b1ce7c5d47482e1d37b (patch)
tree75dff938f79c3d1c3cf0ef7fd4b2ff11f989e2ab /svtools/source/dialogs
parentaf8390dd6fd280ed3ac5178c93707958d7ea4bbd (diff)
fdo#63926 - remove extra include paths in svtools/ and sfx2/
- removed some paths from include - more of this kind will follow Change-Id: Ia5c410a5b9a7a0dfa5610dd50d82c8b23fcf43b2 Reviewed-on: https://gerrit.libreoffice.org/5288 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
Diffstat (limited to 'svtools/source/dialogs')
-rw-r--r--svtools/source/dialogs/PlaceEditDialog.cxx2
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx10
-rw-r--r--svtools/source/dialogs/colrdlg.cxx2
-rw-r--r--svtools/source/dialogs/insdlg.cxx6
-rw-r--r--svtools/source/dialogs/prnsetup.cxx6
-rw-r--r--svtools/source/dialogs/restartdialog.cxx2
-rw-r--r--svtools/source/dialogs/roadmapwizard.cxx8
-rw-r--r--svtools/source/dialogs/wizardmachine.cxx8
-rw-r--r--svtools/source/dialogs/wizdlg.cxx2
9 files changed, 23 insertions, 23 deletions
diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx
index 8b51a33ef211..534c3d1f1f22 100644
--- a/svtools/source/dialogs/PlaceEditDialog.cxx
+++ b/svtools/source/dialogs/PlaceEditDialog.cxx
@@ -11,7 +11,7 @@
#include "ServerDetailsControls.hxx"
#include <officecfg/Office/Common.hxx>
-#include <svtools/svtresid.hxx>
+#include <svtresid.hxx>
#include <vcl/msgbox.hxx>
using namespace boost;
diff --git a/svtools/source/dialogs/addresstemplate.cxx b/svtools/source/dialogs/addresstemplate.cxx
index 295153228f7e..f71510092d69 100644
--- a/svtools/source/dialogs/addresstemplate.cxx
+++ b/svtools/source/dialogs/addresstemplate.cxx
@@ -19,11 +19,11 @@
#include <stdio.h>
-#include <svtools/addresstemplate.hxx>
+#include <addresstemplate.hxx>
#include "addresstemplate.hrc"
-#include <svtools/svtools.hrc>
-#include <svtools/helpid.hrc>
-#include <svtools/svtresid.hxx>
+#include <svtools.hrc>
+#include <helpid.hrc>
+#include <svtresid.hxx>
#include <tools/debug.hxx>
#include <comphelper/extract.hxx>
#include <comphelper/interaction.hxx>
@@ -47,7 +47,7 @@
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
-#include <svtools/localresaccess.hxx>
+#include <localresaccess.hxx>
#include "svl/filenotation.hxx"
#include <tools/urlobj.hxx>
#include <algorithm>
diff --git a/svtools/source/dialogs/colrdlg.cxx b/svtools/source/dialogs/colrdlg.cxx
index 21a70661dd11..51b1b743c25f 100644
--- a/svtools/source/dialogs/colrdlg.cxx
+++ b/svtools/source/dialogs/colrdlg.cxx
@@ -28,7 +28,7 @@
#include <toolkit/helper/vclunohelper.hxx>
-#include <svtools/colrdlg.hxx>
+#include <colrdlg.hxx>
using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
diff --git a/svtools/source/dialogs/insdlg.cxx b/svtools/source/dialogs/insdlg.cxx
index 2ba079b0e2bb..795a58933241 100644
--- a/svtools/source/dialogs/insdlg.cxx
+++ b/svtools/source/dialogs/insdlg.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svtools/insdlg.hxx>
-#include <svtools/sores.hxx>
-#include <svtools/svtresid.hxx>
+#include <insdlg.hxx>
+#include <sores.hxx>
+#include <svtresid.hxx>
#include <unotools/configmgr.hxx>
#include <comphelper/classids.hxx>
diff --git a/svtools/source/dialogs/prnsetup.cxx b/svtools/source/dialogs/prnsetup.cxx
index df83136ae848..1a311bc3b3d1 100644
--- a/svtools/source/dialogs/prnsetup.cxx
+++ b/svtools/source/dialogs/prnsetup.cxx
@@ -17,9 +17,9 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svtools/prnsetup.hxx>
-#include <svtools/svtools.hrc>
-#include <svtools/svtresid.hxx>
+#include <prnsetup.hxx>
+#include <svtools.hrc>
+#include <svtresid.hxx>
#include <vcl/print.hxx>
// =======================================================================
diff --git a/svtools/source/dialogs/restartdialog.cxx b/svtools/source/dialogs/restartdialog.cxx
index 81655a5dc8c3..e17b932a8d14 100644
--- a/svtools/source/dialogs/restartdialog.cxx
+++ b/svtools/source/dialogs/restartdialog.cxx
@@ -15,7 +15,7 @@
#include "com/sun/star/task/XInteractionHandler.hpp"
#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/XComponentContext.hpp"
-#include "svtools/restartdialog.hxx"
+#include "restartdialog.hxx"
#include "tools/link.hxx"
#include "vcl/button.hxx"
#include "vcl/dialog.hxx"
diff --git a/svtools/source/dialogs/roadmapwizard.cxx b/svtools/source/dialogs/roadmapwizard.cxx
index 3b785a04aff7..fdf9d89f2d6b 100644
--- a/svtools/source/dialogs/roadmapwizard.cxx
+++ b/svtools/source/dialogs/roadmapwizard.cxx
@@ -18,10 +18,10 @@
*/
-#include <svtools/roadmapwizard.hxx>
-#include <svtools/svtools.hrc>
-#include <svtools/svtresid.hxx>
-#include <svtools/roadmap.hxx>
+#include <roadmapwizard.hxx>
+#include <svtools.hrc>
+#include <svtresid.hxx>
+#include <roadmap.hxx>
#include <tools/debug.hxx>
#include <stdarg.h>
diff --git a/svtools/source/dialogs/wizardmachine.cxx b/svtools/source/dialogs/wizardmachine.cxx
index 38775201b5ae..9b25679a0ef0 100644
--- a/svtools/source/dialogs/wizardmachine.cxx
+++ b/svtools/source/dialogs/wizardmachine.cxx
@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include <svtools/wizardmachine.hxx>
-#include <svtools/helpid.hrc>
+#include <wizardmachine.hxx>
+#include <helpid.hrc>
#include <tools/debug.hxx>
#include <tools/diagnose_ex.h>
#include <vcl/msgbox.hxx>
-#include <svtools/svtresid.hxx>
-#include <svtools/svtools.hrc>
+#include <svtresid.hxx>
+#include <svtools.hrc>
//.........................................................................
namespace svt
diff --git a/svtools/source/dialogs/wizdlg.cxx b/svtools/source/dialogs/wizdlg.cxx
index 1a9191af5855..8a8a970cdf83 100644
--- a/svtools/source/dialogs/wizdlg.cxx
+++ b/svtools/source/dialogs/wizdlg.cxx
@@ -20,7 +20,7 @@
#include <vcl/fixed.hxx>
#include <vcl/button.hxx>
#include <vcl/tabpage.hxx>
-#include <svtools/wizdlg.hxx>
+#include <wizdlg.hxx>
// =======================================================================