diff options
author | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-04 10:36:00 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@sun.com> | 2010-11-04 10:36:00 +0100 |
commit | ea516d858b5f6aa283dac136fe32f3226764c507 (patch) | |
tree | 4be2191875bc5120e29a8a69931dcdb2f1769411 /basctl/util | |
parent | 90286e004d462812d557738278dbd0b484a89f29 (diff) |
undoapi: attempt to fix broken Undo contexts after executing a script
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index b33fa3f1d721..9401bbfb8d4d 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -54,6 +54,7 @@ SHL1STDLIBS= \ $(SVXCORELIB) \ $(SVXLIB) \ $(SFX2LIB) \ + $(FWELIB) \ $(BASICLIB) \ $(SVTOOLLIB) \ $(TKLIB) \ |