diff options
author | jan Iversen <jani@libreoffice.org> | 2018-01-07 11:29:50 +0100 |
---|---|---|
committer | jan Iversen <jani@libreoffice.org> | 2018-01-07 14:20:06 +0100 |
commit | 46eeb01972bd5260ebfadb9a6cb2880e7bb547ad (patch) | |
tree | 10f3b2d488d6302d7702b18d370be0a61766e42c /basic | |
parent | 2bd27176356c1c670fde1a59d3ffafd10ad0e4ee (diff) |
basic, changed runtime
errobject is needed for runtime only
(disable-scripting)
Change-Id: I44f8c969f3e253fc3699e1bd12cd416b21ddcda3
Diffstat (limited to 'basic')
-rw-r--r-- | basic/Library_sb.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/Library_sb.mk b/basic/Library_sb.mk index 61424901e4e4..88cae207b166 100644 --- a/basic/Library_sb.mk +++ b/basic/Library_sb.mk @@ -65,7 +65,6 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ basic/source/basmgr/basmgr \ basic/source/basmgr/vbahelper \ basic/source/classes/codecompletecache \ - basic/source/classes/errobject \ basic/source/classes/eventatt \ basic/source/classes/global \ basic/source/classes/image \ @@ -102,6 +101,7 @@ $(eval $(call gb_Library_add_exception_objects,sb,\ endif $(eval $(call gb_Library_add_exception_objects,sb,\ + basic/source/classes/errobject \ basic/source/runtime/basrdll \ basic/source/runtime/methods \ basic/source/runtime/methods1 \ |