summaryrefslogtreecommitdiff
path: root/sfx2/Library_sfx.mk
diff options
context:
space:
mode:
authorAndre Fischer <af@apache.org>2013-05-10 11:03:45 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-05-20 11:33:32 +0100
commit893dd1995976a15e201cfe5c1ea3266c8f003ae0 (patch)
tree07bd7a9d394be1707036d8d9a24a23766103ebe3 /sfx2/Library_sfx.mk
parentd68bcdf0db8c4d8b49f7022f59f5db5f0d6e9ada (diff)
Resolves: #i122047# Adding virtual destructors to interfaces...
to prevent problems with older compilers (cherry picked from commit 8f3625e6cf098c3fd5e6701b7b687a0423d78f51) Conflicts: sfx2/inc/sfx2/sidebar/IContextChangeReceiver.hxx sfx2/inc/sfx2/sidebar/ILayoutableWindow.hxx sfx2/inc/sfx2/sidebar/SidebarPanelBase.hxx Change-Id: I2bf548fd7ff16db58938273bc4b60ad83325b376
Diffstat (limited to 'sfx2/Library_sfx.mk')
-rw-r--r--sfx2/Library_sfx.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfx2/Library_sfx.mk b/sfx2/Library_sfx.mk
index 40d42832c517..09ddbe1fd736 100644
--- a/sfx2/Library_sfx.mk
+++ b/sfx2/Library_sfx.mk
@@ -249,6 +249,8 @@ $(eval $(call gb_Library_add_exception_objects,sfx,\
sfx2/source/sidebar/EnumContext \
sfx2/source/sidebar/FocusManager \
sfx2/source/sidebar/MenuButton \
+ sfx2/source/sidebar/IContextChangeReceiver \
+ sfx2/source/sidebar/ILayoutableWindow \
sfx2/source/sidebar/Paint \
sfx2/source/sidebar/Panel \
sfx2/source/sidebar/PanelDescriptor \