diff options
author | Armin Le Grand <alg@apache.org> | 2014-03-20 18:37:31 +0000 |
---|---|---|
committer | Armin Le Grand <alg@apache.org> | 2014-03-20 18:37:31 +0000 |
commit | df00256fce04f4d2ab795cc325342cc5c86abda6 (patch) | |
tree | 34e00e2720d51d8db5f04a86c275c2dcdbfd46ff /sw | |
parent | 99a53df2de56dffb1cb46d1938b77aede8806cc1 (diff) |
fix build breaker, missing includes
Notes
Notes:
prefer: 6e61ecd09679a66060f932835622821d39e92f01
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/attr/format.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/core/attr/format.cxx b/sw/source/core/attr/format.cxx index 2a3d5f01a231..c36b13fd4b48 100644 --- a/sw/source/core/attr/format.cxx +++ b/sw/source/core/attr/format.cxx @@ -33,6 +33,7 @@ //UUUU #include <unobrushitemhelper.hxx> #include <svx/xdef.hxx> +#include <frmatr.hxx> TYPEINIT1( SwFmt, SwClient ); //rtti fuer SwFmt |