diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-03 23:19:39 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-04 00:47:57 -0500 |
commit | 4eb381147bd0c9c7a48f86de0e3ae1d4c3bbe12f (patch) | |
tree | 167bc0a2100a522a575842683fa244ee916ea6ce /sw/inc | |
parent | a09a709594dd0f6e38f8c6bf28433bd391e8842d (diff) |
pIimplize SfxBroadcaster and SfxListener.
Change-Id: I0d1d73402f11cc61ea9e7629bea34e24c22f5beb
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unotxdoc.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/inc/unotxdoc.hxx b/sw/inc/unotxdoc.hxx index a48a8f34bab5..de1507be5ea6 100644 --- a/sw/inc/unotxdoc.hxx +++ b/sw/inc/unotxdoc.hxx @@ -72,6 +72,8 @@ #include <unobaseclass.hxx> #include <viewopt.hxx> +#include <deque> + #define __IFC32 Ifc1, Ifc2, Ifc3, Ifc4, Ifc5, Ifc6, Ifc7, Ifc8, Ifc9, Ifc10, Ifc11, Ifc12, Ifc13, Ifc14, Ifc15, Ifc16, \ Ifc17, Ifc18, Ifc19, Ifc20, Ifc21, Ifc22, Ifc23, Ifc24, Ifc25, Ifc26, Ifc27, Ifc28, Ifc29, Ifc30, Ifc31, Ifc32 |