Kaydet (Commit) 69d11029 authored tarafından Adam Kasztenny's avatar Adam Kasztenny Kaydeden (comit) Michael Stahl

tdf#95416 Fix an include for sfx2

This .hrc file was used in multiple places.

Change-Id: I603c6d35da2e870d8586f081ccd2672065ade5db
Reviewed-on: https://gerrit.libreoffice.org/31928Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst ef65c405
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <fstream> #include <fstream>
#include <streambuf> #include <streambuf>
#include "../doc/doc.hrc" #include <doc.hrc>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
#include <sfx2/app.hxx> #include <sfx2/app.hxx>
#include "../doc/doc.hrc" #include <doc.hrc>
#define MNI_OPEN 1 #define MNI_OPEN 1
#define MNI_EDIT 2 #define MNI_EDIT 2
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include "../doc/doc.hrc" #include <doc.hrc>
#include "templateview.hrc" #include "templateview.hrc"
#define MNI_OPEN 1 #define MNI_OPEN 1
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include <tools/urlobj.hxx> #include <tools/urlobj.hxx>
#include <vcl/layout.hxx> #include <vcl/layout.hxx>
#include "../doc/doc.hrc" #include <doc.hrc>
#include <vcl/builderfactory.hxx> #include <vcl/builderfactory.hxx>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment