summaryrefslogtreecommitdiff
path: root/vcl/Library_vcl.mk
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-10 12:48:05 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2015-11-12 11:45:39 +0100
commitca36bcc05d7159fd4cd8e3489fdf4b4551b696d6 (patch)
treea46e6b888c9027b282e24b3bc63161be1cda796f /vcl/Library_vcl.mk
parent6adfbe62f6bb67d7d78c1561e9af5169d7f5bb9a (diff)
Vcl: Disable buttons if the associated UNO slot is disabled
The goal of this is to have buttons in the Sidebar and NotebookBar automatically disabled without an additional wrapper. Change-Id: I8d25cdc6b87323e02daf6969c68582354f301375
Diffstat (limited to 'vcl/Library_vcl.mk')
-rw-r--r--vcl/Library_vcl.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 1d33b9b8b1fa..7592860fd2ba 100644
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -205,6 +205,7 @@ $(eval $(call gb_Library_add_exception_objects,vcl,\
vcl/source/window/winproc \
vcl/source/window/wrkwin \
vcl/source/control/button \
+ vcl/source/control/buttonstatuslistener \
vcl/source/control/combobox \
vcl/source/control/ctrl \
vcl/source/control/edit \