]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFoot.cpp
pimpl not needed here
[lyx.git] / src / insets / InsetFoot.cpp
index 11d4b6e144aa5a9e613cbe6501482779be5e0b80..fe15a64f92a843a08f727817815967d24f76125c 100644 (file)
@@ -18,7 +18,8 @@
 #include "BufferParams.h"
 #include "Counters.h"
 #include "gettext.h"
-// the following is needed just to get the layout of the enclosing
+#include "Layout.h"
+// FIXME: the following is needed just to get the layout of the enclosing
 // paragraph. This seems a bit too much to me (JMarc)
 #include "OutputParams.h"
 #include "ParIterator.h"
@@ -35,9 +36,7 @@ using std::ostream;
 
 InsetFoot::InsetFoot(BufferParams const & bp)
        : InsetFootlike(bp)
-{
-       setLayout(bp);
-}
+{}
 
 
 InsetFoot::InsetFoot(InsetFoot const & in)