diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 11:11:41 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2011-09-12 22:47:47 +0200 |
commit | 27b9f9f348b720e08f37db829533372dc4b73248 (patch) | |
tree | 8e70c504b059226a9006c9f6007d33451cae7aad /xmloff/Package_inc.mk | |
parent | 63fd3f18ac597f58622a3730d0860534c77c52b5 (diff) |
sb140: #i117310# remove unnecessary dependency on XTypeProvider::getImplementationId
plus
sb140: #i117310# missing include
sb140: #i117310# support EXCEPTIONS_OFF (no UNO_QUERY_THROW)
Diffstat (limited to 'xmloff/Package_inc.mk')
-rw-r--r-- | xmloff/Package_inc.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmloff/Package_inc.mk b/xmloff/Package_inc.mk index 4c62e7e65a63..892ecddd4937 100644 --- a/xmloff/Package_inc.mk +++ b/xmloff/Package_inc.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/NamedBoolPropertyHdl.hxx $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/PageMasterStyleMap.hxx,xmloff/PageMasterStyleMap.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/ProgressBarHelper.hxx,xmloff/ProgressBarHelper.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/PropertySetInfoHash.hxx,xmloff/PropertySetInfoHash.hxx)) -$(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/PropertySetInfoKey.hxx,xmloff/PropertySetInfoKey.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/SchXMLExportHelper.hxx,xmloff/SchXMLExportHelper.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/SchXMLImportHelper.hxx,xmloff/SchXMLImportHelper.hxx)) $(eval $(call gb_Package_add_file,xmloff_inc,inc/xmloff/SettingsExportHelper.hxx,xmloff/SettingsExportHelper.hxx)) |