diff options
Diffstat (limited to 'extensions')
20 files changed, 21 insertions, 5 deletions
diff --git a/extensions/source/bibliography/bibload.cxx b/extensions/source/bibliography/bibload.cxx index f3fcf41b746f..aa2d1bd638e4 100644 --- a/extensions/source/bibliography/bibload.cxx +++ b/extensions/source/bibliography/bibload.cxx @@ -29,6 +29,7 @@ #include <cppuhelper/factory.hxx> #include <com/sun/star/sdbc/ResultSetType.hpp> #include <com/sun/star/sdbc/ResultSetConcurrency.hpp> +#include <com/sun/star/sdbc/SQLException.hpp> #include <com/sun/star/sdb/XColumn.hpp> #include <com/sun/star/util/XURLTransformer.hpp> #include <com/sun/star/sdbcx/XColumnsSupplier.hpp> diff --git a/extensions/source/propctrlr/cellbindinghandler.cxx b/extensions/source/propctrlr/cellbindinghandler.cxx index 51fe0835e734..578339a5bc1a 100644 --- a/extensions/source/propctrlr/cellbindinghandler.cxx +++ b/extensions/source/propctrlr/cellbindinghandler.cxx @@ -24,6 +24,7 @@ #include "pcrservices.hxx" #include <com/sun/star/form/binding/XValueBinding.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/table/CellAddress.hpp> #include <com/sun/star/inspection/XObjectInspectorUI.hpp> #include <tools/debug.hxx> diff --git a/extensions/source/propctrlr/composeduiupdate.cxx b/extensions/source/propctrlr/composeduiupdate.cxx index 97a8ec3fa440..a627bdfea960 100644 --- a/extensions/source/propctrlr/composeduiupdate.cxx +++ b/extensions/source/propctrlr/composeduiupdate.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/inspection/XObjectInspectorUI.hpp> #include <com/sun/star/lang/DisposedException.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/inspection/PropertyLineElement.hpp> #include <osl/mutex.hxx> #include <rtl/ref.hxx> @@ -40,7 +41,6 @@ namespace pcr using ::com::sun::star::inspection::XObjectInspectorUI; using ::com::sun::star::inspection::XPropertyControl; using ::com::sun::star::uno::RuntimeException; - using ::com::sun::star::lang::NoSupportException; using ::com::sun::star::inspection::XPropertyControlObserver; namespace PropertyLineElement = ::com::sun::star::inspection::PropertyLineElement; diff --git a/extensions/source/propctrlr/editpropertyhandler.cxx b/extensions/source/propctrlr/editpropertyhandler.cxx index 5f3e3eb39633..456de960a112 100644 --- a/extensions/source/propctrlr/editpropertyhandler.cxx +++ b/extensions/source/propctrlr/editpropertyhandler.cxx @@ -23,6 +23,7 @@ #include "pcrservices.hxx" #include <com/sun/star/inspection/XObjectInspectorUI.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #define TEXTTYPE_SINGLELINE 0 #define TEXTTYPE_MULTILINE 1 diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx b/extensions/source/propctrlr/eformspropertyhandler.cxx index c1bb1ee2144d..b0d53fd7809f 100644 --- a/extensions/source/propctrlr/eformspropertyhandler.cxx +++ b/extensions/source/propctrlr/eformspropertyhandler.cxx @@ -26,6 +26,7 @@ #include "eformshelper.hxx" #include "handlerhelper.hxx" +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/ui/dialogs/XExecutableDialog.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> #include <com/sun/star/inspection/XObjectInspectorUI.hpp> diff --git a/extensions/source/propctrlr/formcontroller.cxx b/extensions/source/propctrlr/formcontroller.cxx index 0c06887c1fc9..a65eb6eabdaf 100644 --- a/extensions/source/propctrlr/formcontroller.cxx +++ b/extensions/source/propctrlr/formcontroller.cxx @@ -25,6 +25,7 @@ #include "propctrlr.hrc" #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/util/VetoException.hpp> #include <cppuhelper/typeprovider.hxx> #include <toolkit/helper/vclunohelper.hxx> diff --git a/extensions/source/propctrlr/formgeometryhandler.cxx b/extensions/source/propctrlr/formgeometryhandler.cxx index 778c6111a406..e7b66273d48a 100644 --- a/extensions/source/propctrlr/formgeometryhandler.cxx +++ b/extensions/source/propctrlr/formgeometryhandler.cxx @@ -33,6 +33,7 @@ #include <com/sun/star/inspection/XNumericControl.hpp> #include <com/sun/star/util/MeasureUnit.hpp> #include <com/sun/star/text/TextContentAnchorType.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/sheet/XSpreadsheet.hpp> #include <com/sun/star/table/XColumnRowRange.hpp> diff --git a/extensions/source/propctrlr/genericpropertyhandler.cxx b/extensions/source/propctrlr/genericpropertyhandler.cxx index d0bb41ad5d6e..4250f6a82af0 100644 --- a/extensions/source/propctrlr/genericpropertyhandler.cxx +++ b/extensions/source/propctrlr/genericpropertyhandler.cxx @@ -23,6 +23,7 @@ #include "pcrservices.hxx" #include <com/sun/star/container/XHierarchicalNameAccess.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/reflection/XEnumTypeDescription.hpp> #include <com/sun/star/beans/theIntrospection.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> diff --git a/extensions/source/propctrlr/propcontroller.cxx b/extensions/source/propctrlr/propcontroller.cxx index 5b8915f353fd..0d0ab634117d 100644 --- a/extensions/source/propctrlr/propcontroller.cxx +++ b/extensions/source/propctrlr/propcontroller.cxx @@ -32,6 +32,7 @@ #include "propertycomposer.hxx" #include <com/sun/star/awt/XWindow.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/util/XCloseable.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> #include <com/sun/star/ucb/AlreadyInitializedException.hpp> diff --git a/extensions/source/propctrlr/standardcontrol.cxx b/extensions/source/propctrlr/standardcontrol.cxx index 70da677cf72b..c07959322c3f 100644 --- a/extensions/source/propctrlr/standardcontrol.cxx +++ b/extensions/source/propctrlr/standardcontrol.cxx @@ -20,6 +20,7 @@ #include "standardcontrol.hxx" #include "pcrcommon.hxx" +#include <com/sun/star/beans/IllegalTypeException.hpp> #include <com/sun/star/util/DateTime.hpp> #include <com/sun/star/util/Date.hpp> #include <com/sun/star/util/Time.hpp> diff --git a/extensions/source/propctrlr/stringrepresentation.cxx b/extensions/source/propctrlr/stringrepresentation.cxx index 9e32fe3ef4c4..cdba91af4fa0 100644 --- a/extensions/source/propctrlr/stringrepresentation.cxx +++ b/extensions/source/propctrlr/stringrepresentation.cxx @@ -26,6 +26,7 @@ #include "com/sun/star/lang/XServiceInfo.hpp" #include "com/sun/star/inspection/XStringRepresentation.hpp" #include "com/sun/star/lang/XInitialization.hpp" +#include "com/sun/star/script/CannotConvertException.hpp" #include "com/sun/star/script/XTypeConverter.hpp" #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/reflection/XConstantsTypeDescription.hpp> diff --git a/extensions/source/propctrlr/submissionhandler.cxx b/extensions/source/propctrlr/submissionhandler.cxx index bb3f4a745420..d6a924aaf453 100644 --- a/extensions/source/propctrlr/submissionhandler.cxx +++ b/extensions/source/propctrlr/submissionhandler.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/form/submission/XSubmissionSupplier.hpp> #include <com/sun/star/inspection/XObjectInspectorUI.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <tools/debug.hxx> #include <rtl/ustrbuf.hxx> diff --git a/extensions/source/propctrlr/usercontrol.cxx b/extensions/source/propctrlr/usercontrol.cxx index 143d3796c248..242f51e3a672 100644 --- a/extensions/source/propctrlr/usercontrol.cxx +++ b/extensions/source/propctrlr/usercontrol.cxx @@ -36,7 +36,6 @@ namespace pcr using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Type; - using ::com::sun::star::beans::IllegalTypeException; using ::com::sun::star::uno::RuntimeException; namespace PropertyControlType = ::com::sun::star::inspection::PropertyControlType; diff --git a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx index 559c9a1f89c1..9d92ed755f16 100644 --- a/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx +++ b/extensions/source/propctrlr/xsdvalidationpropertyhandler.cxx @@ -33,6 +33,7 @@ #include "handlerhelper.hxx" #include <com/sun/star/beans/PropertyAttribute.hpp> +#include <com/sun/star/lang/NullPointerException.hpp> #include <com/sun/star/xsd/WhiteSpaceTreatment.hpp> #include <com/sun/star/xsd/DataTypeClass.hpp> #include <com/sun/star/inspection/PropertyControlType.hpp> diff --git a/extensions/source/resource/ResourceIndexAccess.cxx b/extensions/source/resource/ResourceIndexAccess.cxx index 31eb8f3a6329..b422bbaff6bf 100644 --- a/extensions/source/resource/ResourceIndexAccess.cxx +++ b/extensions/source/resource/ResourceIndexAccess.cxx @@ -11,6 +11,7 @@ #include <com/sun/star/container/XIndexAccess.hpp> #include <com/sun/star/beans/PropertyValue.hpp> +#include <com/sun/star/lang/IndexOutOfBoundsException.hpp> #include <cppuhelper/implbase.hxx> #include <osl/mutex.hxx> #include <tools/rcid.h> diff --git a/extensions/source/resource/oooresourceloader.cxx b/extensions/source/resource/oooresourceloader.cxx index 461f8f1212e8..d29d34b0d3c0 100644 --- a/extensions/source/resource/oooresourceloader.cxx +++ b/extensions/source/resource/oooresourceloader.cxx @@ -19,6 +19,7 @@ #include <oooresourceloader.hxx> +#include <com/sun/star/resource/MissingResourceException.hpp> #include <vcl/svapp.hxx> #include <vcl/settings.hxx> #include <tools/simplerm.hxx> diff --git a/extensions/source/update/check/updatecheck.cxx b/extensions/source/update/check/updatecheck.cxx index e3ba2ed972a4..0aa164e6fe75 100644 --- a/extensions/source/update/check/updatecheck.cxx +++ b/extensions/source/update/check/updatecheck.cxx @@ -30,6 +30,7 @@ #include <com/sun/star/frame/DispatchResultState.hpp> #include <com/sun/star/office/Quickstart.hpp> #include <com/sun/star/system/SystemShellExecute.hpp> +#include <com/sun/star/system/SystemShellExecuteException.hpp> #include <com/sun/star/system/SystemShellExecuteFlags.hpp> #include <com/sun/star/task/XJob.hpp> #include <com/sun/star/task/XJobExecutor.hpp> diff --git a/extensions/source/update/check/updatehdl.cxx b/extensions/source/update/check/updatehdl.cxx index 091b3516d781..6a185446a233 100644 --- a/extensions/source/update/check/updatehdl.cxx +++ b/extensions/source/update/check/updatehdl.cxx @@ -55,11 +55,11 @@ #include "com/sun/star/container/XNameContainer.hpp" #include "com/sun/star/frame/Desktop.hpp" - +#include "com/sun/star/frame/TerminationVetoException.hpp" #include "com/sun/star/lang/XMultiServiceFactory.hpp" #include "com/sun/star/task/InteractionHandler.hpp" #include "com/sun/star/task/InteractionRequestStringResolver.hpp" - +#include <com/sun/star/resource/MissingResourceException.hpp> #include <com/sun/star/resource/XResourceBundleLoader.hpp> #include "updatehdl.hrc" diff --git a/extensions/source/update/check/updateprotocol.cxx b/extensions/source/update/check/updateprotocol.cxx index b1e9ecaac90e..93c6508e42f1 100644 --- a/extensions/source/update/check/updateprotocol.cxx +++ b/extensions/source/update/check/updateprotocol.cxx @@ -20,6 +20,7 @@ #include <config_folders.h> #include <com/sun/star/xml/xpath/XPathAPI.hpp> +#include <com/sun/star/xml/xpath/XPathException.hpp> #include "updateprotocol.hxx" #include "updatecheckconfig.hxx" diff --git a/extensions/source/update/feed/updatefeed.cxx b/extensions/source/update/feed/updatefeed.cxx index 9323b095b191..fe880bef9463 100644 --- a/extensions/source/update/feed/updatefeed.cxx +++ b/extensions/source/update/feed/updatefeed.cxx @@ -35,6 +35,7 @@ #include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> +#include <com/sun/star/ucb/CommandAbortedException.hpp> #include <com/sun/star/ucb/UniversalContentBroker.hpp> #include <com/sun/star/ucb/XWebDAVCommandEnvironment.hpp> #include <com/sun/star/ucb/XCommandProcessor2.hpp> @@ -47,7 +48,7 @@ #include <com/sun/star/task/PasswordContainerInteractionHandler.hpp> #include <com/sun/star/xml/dom/DocumentBuilder.hpp> #include <com/sun/star/xml/xpath/XPathAPI.hpp> - +#include <com/sun/star/xml/xpath/XPathException.hpp> #include <rtl/ref.hxx> #include <rtl/bootstrap.hxx> #include <rtl/ustrbuf.hxx> |