summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-08-26 14:00:23 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-08-26 15:36:52 +0100
commitfe7d0ea6436f9d8468c1729fcae8a0b3339abc44 (patch)
treecb2613274d5526e38ec83fe15f01db9aa5d44ced /sfx2/source
parent5d952d4208aa61b6bb0c20d36745d0554be7cec3 (diff)
convert sw use of template manager to new manager
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appopen.cxx3
-rw-r--r--sfx2/source/appl/appserv.cxx2
-rw-r--r--sfx2/source/doc/objserv.cxx2
-rw-r--r--sfx2/source/doc/templatedlg.cxx2
4 files changed, 4 insertions, 5 deletions
diff --git a/sfx2/source/appl/appopen.cxx b/sfx2/source/appl/appopen.cxx
index dbe8ad9d9cfb..7bc992a85ca9 100644
--- a/sfx2/source/appl/appopen.cxx
+++ b/sfx2/source/appl/appopen.cxx
@@ -66,7 +66,6 @@
#include <unotools/pathoptions.hxx>
#include <unotools/moduleoptions.hxx>
#include <svtools/miscopt.hxx>
-#include <svtools/templdlg.hxx>
#include <osl/file.hxx>
#include <unotools/extendedsecurityoptions.hxx>
#include <comphelper/docpasswordhelper.hxx>
@@ -98,7 +97,7 @@
#include <sfx2/filedlghelper.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/event.hxx>
-#include "templatedlg.hxx"
+#include <sfx2/templatedlg.hxx>
#include "openuriexternally.hxx"
#include <officecfg/Office/ProtocolHandler.hxx>
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 2de745f48211..f16be36b767e 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -114,7 +114,7 @@
#include "sorgitm.hxx"
#include <sfx2/sfxhelp.hxx>
#include <sfx2/zoomitem.hxx>
-#include "templatedlg.hxx"
+#include <sfx2/templatedlg.hxx>
#include <officecfg/Office/Common.hxx>
#include <officecfg/Setup.hxx>
diff --git a/sfx2/source/doc/objserv.cxx b/sfx2/source/doc/objserv.cxx
index d365ed8f0db9..22779e4a051b 100644
--- a/sfx2/source/doc/objserv.cxx
+++ b/sfx2/source/doc/objserv.cxx
@@ -98,7 +98,7 @@
#include "helpid.hrc"
#include "guisaveas.hxx"
-#include "templatedlg.hxx"
+#include <sfx2/templatedlg.hxx>
#include <boost/scoped_ptr.hpp>
using namespace ::com::sun::star;
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 2cf0516d5dee..2f9f9b5d1886 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -7,7 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#include "templatedlg.hxx"
+#include <sfx2/templatedlg.hxx>
#include "inputdlg.hxx"
#include "templatesearchview.hxx"