summaryrefslogtreecommitdiffstats
path: root/sfx2
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 23:41:13 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-11-20 23:42:18 -0500
commit8e206be4ed997df73ef135d20694fc512b4d3d1b (patch)
treea606c07fd2258d44669185669984fd99ae686f6f /sfx2
parentMove SfxStringHint out of sfx2/app.hxx public header. (diff)
downloadcore-8e206be4ed997df73ef135d20694fc512b4d3d1b.tar.gz
core-8e206be4ed997df73ef135d20694fc512b4d3d1b.zip
Forgot to check this in. This should have been a part of the last commit.
Change-Id: Id2b75e6e64b11c523ffa862f2d99bf02c2adedc5
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/Library_sfx.mk3
-rw-r--r--sfx2/source/appl/sfxpicklist.cxx1
-rw-r--r--sfx2/source/doc/sfxbasemodel.cxx1
3 files changed, 4 insertions, 1 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index d98e511ecc21..00c878106505 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -242,8 +242,9 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/menu/thessubmenu \
sfx2/source/menu/virtmenu \
sfx2/source/notify/eventsupplier \
- sfx2/source/notify/globalevents \
+ sfx2/source/notify/globalevents \
sfx2/source/notify/hintpost \
+ sfx2/source/notify/stringhint \
sfx2/source/sidebar/Sidebar \
sfx2/source/sidebar/SidebarChildWindow \
sfx2/source/sidebar/SidebarDockingWindow \
diff --git a/sfx2/source/appl/sfxpicklist.cxx b/sfx2/source/appl/sfxpicklist.cxx
index 0a6959f80dc9..1c2cf0aac38e 100644
--- a/sfx2/source/appl/sfxpicklist.cxx
+++ b/sfx2/source/appl/sfxpicklist.cxx
@@ -48,6 +48,7 @@
#include <sfx2/bindings.hxx>
#include <sfx2/docfile.hxx>
#include "objshimp.hxx"
+#include <stringhint.hxx>
#include <sfx2/docfilt.hxx>
#include <rtl/instance.hxx>
diff --git a/sfx2/source/doc/sfxbasemodel.cxx b/sfx2/source/doc/sfxbasemodel.cxx
index cbefd5349786..7e34a7be6811 100644
--- a/sfx2/source/doc/sfxbasemodel.cxx
+++ b/sfx2/source/doc/sfxbasemodel.cxx
@@ -110,6 +110,7 @@
#include <sfx2/brokenpackageint.hxx>
#include "graphhelp.hxx"
#include "docundomanager.hxx"
+#include <stringhint.hxx>
#include <sfx2/msgpool.hxx>
#include <sfx2/DocumentMetadataAccess.hxx>