summaryrefslogtreecommitdiff
path: root/framework/util
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2010-03-21 20:01:33 +0100
committerChristian Lippka <cl@openoffice.org>2010-03-21 20:01:33 +0100
commitb3ca4b3cbdce79eb3b387da6e84126c7a9f20eaa (patch)
treee57f602bd044ddd18100f27cefa7ec954f583de8 /framework/util
parentd8ba1a522388f4b14e3d9ce9d934f4166fe0ae4d (diff)
Adding PopupMenuController to allow PopupMenuControllerBase dervivates to be used in toolbars
Diffstat (limited to 'framework/util')
-rw-r--r--framework/util/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk
index ed7e2e131550..29c1947b1149 100644
--- a/framework/util/makefile.mk
+++ b/framework/util/makefile.mk
@@ -56,7 +56,6 @@ LIB1OBJFILES= \
$(SLO)$/rootitemcontainer.obj \
$(SLO)$/constitemcontainer.obj \
$(SLO)$/jobconst.obj \
- $(SLO)$/popupmenucontrollerbase.obj \
$(SLO)$/mischelper.obj \
$(SLO)$/propertysethelper.obj
@@ -196,7 +195,8 @@ SHL3OBJS= $(SLO)$/mediatypedetectionhelper.obj\
$(SLO)$/dispatchrecorder.obj \
$(SLO)$/dispatchrecordersupplier.obj\
$(SLO)$/dispatchhelper.obj \
- $(SLO)$/popupmenudispatcher.obj \
+ $(SLO)$/popupmenudispatcher.obj \
+ $(SLO)$/popupmenucontroller.obj
SHL3STDLIBS= \
$(FWILIB) \