summaryrefslogtreecommitdiff
path: root/sw/source/uibase/wrtsh
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2015-06-11 16:57:36 +0100
committerMichael Meeks <michael.meeks@collabora.com>2015-06-12 16:23:42 +0000
commitd5cebdd22465d020e1c83223a416c0ffafedbbcc (patch)
tree8a9a0870e6266b255e319618f52aecf279bc8ec1 /sw/source/uibase/wrtsh
parentbf34b812a75add89a912df36761ec9dd77a479b0 (diff)
Make SwFrameControlManager an EditWin ptr member to reduce re-compiles.
Change-Id: Ic2491948aa555fa71f9e14af554bdf204c12247d Reviewed-on: https://gerrit.libreoffice.org/16236 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
Diffstat (limited to 'sw/source/uibase/wrtsh')
-rw-r--r--sw/source/uibase/wrtsh/wrtsh1.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/uibase/wrtsh/wrtsh1.cxx b/sw/source/uibase/wrtsh/wrtsh1.cxx
index dcf28a84fc1c..31315ec0f4ff 100644
--- a/sw/source/uibase/wrtsh/wrtsh1.cxx
+++ b/sw/source/uibase/wrtsh/wrtsh1.cxx
@@ -102,6 +102,8 @@
#include <sfx2/viewfrm.hxx>
#include "PostItMgr.hxx"
+#include "FrameControlsManager.hxx"
+
#include <sfx2/msgpool.hxx>
#include <boost/scoped_ptr.hpp>