From 36eec7c0bc063d42e636c8a51eb04033d5c2bb33 Mon Sep 17 00:00:00 2001 From: spence Date: Tue, 12 May 1998 19:03:13 +0000 Subject: [PATCH] changes for shack layout element --- lib/layout/layedit.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/layout/layedit.c b/lib/layout/layedit.c index 84c809bdd0a1..23a7b0540f9e 100644 --- a/lib/layout/layedit.c +++ b/lib/layout/layedit.c @@ -1751,6 +1751,9 @@ lo_PrintLayoutElement(MWContext *pContext, lo_TopState* top_state, "LO_HEADING", "LO_SPAN", "LO_DIV", +#ifdef SHACK + "LO_BUILTIN", +#endif /* SHACK */ "LO_SPACER" }; type = eptr->lo_any.type;