diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-01-08 18:32:51 +0100 |
commit | 10c4d4978bed7610eb4879f2c12028b7f4781f11 (patch) | |
tree | e22bf28b1b37224866af8b34f80edca699b85139 /sw/sdi | |
parent | 9690e2ebe8cf9143689a16cec1057186187d5742 (diff) |
#i107450#: build all other modules with new editeng lib
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swslots.hrc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/sdi/swslots.hrc b/sw/sdi/swslots.hrc index 94e4700414..433ff5e49b 100644 --- a/sw/sdi/swslots.hrc +++ b/sw/sdi/swslots.hrc @@ -1,5 +1,5 @@ /************************************************************************* - * + * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. @@ -27,6 +27,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#include <editeng/memberids.hrc> +#include <editeng/editids.hrc> #include <svx/dialogs.hrc> #include <svx/svxids.hrc> #include "globals.hrc" |