summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-11-27 12:16:17 +0100
committerMichael Stahl <mstahl@redhat.com>2012-11-27 12:45:22 +0100
commit59a9bac2bf66d4a9e96eea41831b7fb016fb44e8 (patch)
tree0608aa6dcff65bc232df6c864249305f7176ee32 /dbaccess
parentb0505048022efeb5c577232534a1c404d435e8b9 (diff)
dbaccess: warning C4530: C++ exception handler used ... specify /EHsc
Change-Id: I273b800c36038be64cdc9f85872ee95983077da7
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/Library_dbu.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/dbaccess/Library_dbu.mk b/dbaccess/Library_dbu.mk
index 2e2f5ec8b962..9bfe58bb6758 100644
--- a/dbaccess/Library_dbu.mk
+++ b/dbaccess/Library_dbu.mk
@@ -122,6 +122,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/control/marktree \
dbaccess/source/ui/control/opendoccontrols \
dbaccess/source/ui/control/RelationControl \
+ dbaccess/source/ui/control/ScrollHelper \
dbaccess/source/ui/control/sqledit \
dbaccess/source/ui/control/SqlNameEdit \
dbaccess/source/ui/control/statusbarontroller \
@@ -227,6 +228,7 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/querydesign/TableConnection \
dbaccess/source/ui/querydesign/TableConnectionData \
dbaccess/source/ui/querydesign/TableFieldDescription \
+ dbaccess/source/ui/querydesign/TableFieldInfo \
dbaccess/source/ui/querydesign/TableWindow \
dbaccess/source/ui/querydesign/TableWindowAccess \
dbaccess/source/ui/querydesign/TableWindowData \
@@ -266,11 +268,6 @@ $(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/uno/UserSettingsDlg \
))
-$(eval $(call gb_Library_add_noexception_objects,dbu,\
- dbaccess/source/ui/control/ScrollHelper \
- dbaccess/source/ui/querydesign/TableFieldInfo \
-))
-
ifeq ($(GUI),WNT)
$(eval $(call gb_Library_add_exception_objects,dbu,\
dbaccess/source/ui/dlg/adodatalinks \