summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/addresstemplate.cxx
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/addresstemplate.cxx
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/addresstemplate.cxx')
-rw-r--r--svtools/source/dialogs/addresstemplate.cxx10
1 files changed, 5 insertions, 5 deletions
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>