diff options
author | Adam Kasztenny <adamkasztenny@gmail.com> | 2016-12-12 19:54:50 -0500 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2016-12-13 12:02:16 +0000 |
commit | 69d11029d6c72078381f33918574c5a0e043e217 (patch) | |
tree | f7fc9d71189455acb7255b8b2a25c19836f598ae /sfx2/source/control/emojiview.cxx | |
parent | ef65c40518c6f4671f9528edade9947092e10ac0 (diff) |
tdf#95416 Fix an include for sfx2
This .hrc file was used in multiple places.
Change-Id: I603c6d35da2e870d8586f081ccd2672065ade5db
Reviewed-on: https://gerrit.libreoffice.org/31928
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/source/control/emojiview.cxx')
-rw-r--r-- | sfx2/source/control/emojiview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/control/emojiview.cxx b/sfx2/source/control/emojiview.cxx index 6494002fa9ef..36b185cf9a1b 100644 --- a/sfx2/source/control/emojiview.cxx +++ b/sfx2/source/control/emojiview.cxx @@ -25,7 +25,7 @@ #include <fstream> #include <streambuf> -#include "../doc/doc.hrc" +#include <doc.hrc> #include <vcl/builderfactory.hxx> using namespace ::com::sun::star; |