summaryrefslogtreecommitdiffstats
path: root/dbaccess/Library_dba.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-08-16 14:57:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-08-16 15:02:30 +0200
commitc9db5e6f083aea2622559efcb9fcccef7926fd16 (patch)
tree3f2511f229789411a380de767c68231b146f2d1c /dbaccess/Library_dba.mk
parentconvert frame type page to .ui (diff)
downloadcore-c9db5e6f083aea2622559efcb9fcccef7926fd16.tar.gz
core-c9db5e6f083aea2622559efcb9fcccef7926fd16.zip
Do not use this ptr in ctor
...offload to init() instead and wrap ctor in create(). That removes the need for refcount fiddling and additional OContainerListener class. Which in turn removes code using dynamic_cast on UNO interface classes, which my claim at <http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20130812/ 086127.html> "ubsan: check type_info equality via strcmp" that "there should not be uses of dynamic_cast involving [UNO] classes in the LibreOffice code base" made me wonder about... Change-Id: I5d72650f6bf081f971f7bd6bb65f4e58a342f791
Diffstat (limited to 'dbaccess/Library_dba.mk')
-rw-r--r--dbaccess/Library_dba.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/dbaccess/Library_dba.mk b/dbaccess/Library_dba.mk
index 08d13df38144..27d2e99302ce 100644
--- a/dbaccess/Library_dba.mk
+++ b/dbaccess/Library_dba.mk
@@ -115,7 +115,6 @@ $(eval $(call gb_Library_add_exception_objects,dba,\
dbaccess/source/core/dataaccess/myucp_resultset \
dbaccess/source/core/dataaccess/SharedConnection \
dbaccess/source/core/misc/apitools \
- dbaccess/source/core/misc/ContainerListener \
dbaccess/source/core/misc/ContainerMediator \
dbaccess/source/core/misc/DatabaseDataProvider \
dbaccess/source/core/misc/dsntypes \