diff options
Diffstat (limited to 'embeddedobj/source/msole')
-rw-r--r-- | embeddedobj/source/msole/closepreventer.cxx | 1 | ||||
-rw-r--r-- | embeddedobj/source/msole/oleembed.cxx | 1 | ||||
-rw-r--r-- | embeddedobj/source/msole/olemisc.cxx | 2 | ||||
-rw-r--r-- | embeddedobj/source/msole/olepersist.cxx | 2 | ||||
-rw-r--r-- | embeddedobj/source/msole/olevisual.cxx | 1 | ||||
-rw-r--r-- | embeddedobj/source/msole/xolefactory.cxx | 1 |
6 files changed, 8 insertions, 0 deletions
diff --git a/embeddedobj/source/msole/closepreventer.cxx b/embeddedobj/source/msole/closepreventer.cxx index 69cf44b0d6f1..6a6e35f0d730 100644 --- a/embeddedobj/source/msole/closepreventer.cxx +++ b/embeddedobj/source/msole/closepreventer.cxx @@ -19,6 +19,7 @@ #include "closepreventer.hxx" +#include <com/sun/star/util/CloseVetoException.hpp> #include <osl/diagnose.h> void SAL_CALL OClosePreventer::queryClosing( const css::lang::EventObject&, sal_Bool ) diff --git a/embeddedobj/source/msole/oleembed.cxx b/embeddedobj/source/msole/oleembed.cxx index 3bd35a7d4ac7..e5bd8646aac9 100644 --- a/embeddedobj/source/msole/oleembed.cxx +++ b/embeddedobj/source/msole/oleembed.cxx @@ -21,6 +21,7 @@ #include <com/sun/star/embed/EmbedStates.hpp> #include <com/sun/star/embed/EmbedVerbs.hpp> #include <com/sun/star/embed/EntryInitModes.hpp> +#include <com/sun/star/embed/UnreachableStateException.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/EmbedUpdateModes.hpp> diff --git a/embeddedobj/source/msole/olemisc.cxx b/embeddedobj/source/msole/olemisc.cxx index a5121aac9971..4e617d0f4c0a 100644 --- a/embeddedobj/source/msole/olemisc.cxx +++ b/embeddedobj/source/msole/olemisc.cxx @@ -23,6 +23,8 @@ #include <com/sun/star/embed/EmbedUpdateModes.hpp> #include <com/sun/star/embed/EmbedStates.hpp> +#include <com/sun/star/embed/WrongStateException.hpp> +#include <com/sun/star/lang/NoSupportException.hpp> #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/DisposedException.hpp> diff --git a/embeddedobj/source/msole/olepersist.cxx b/embeddedobj/source/msole/olepersist.cxx index 036dd496157f..30095d175760 100644 --- a/embeddedobj/source/msole/olepersist.cxx +++ b/embeddedobj/source/msole/olepersist.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/embed/EmbedStates.hpp> #include <com/sun/star/embed/EmbedVerbs.hpp> #include <com/sun/star/embed/EntryInitModes.hpp> +#include <com/sun/star/embed/WrongStateException.hpp> #include <com/sun/star/embed/XStorage.hpp> #include <com/sun/star/embed/XTransactedObject.hpp> #include <com/sun/star/embed/ElementModes.hpp> @@ -36,6 +37,7 @@ #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/io/XTruncate.hpp> #include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/packages/WrongPasswordException.hpp> #include <com/sun/star/ucb/SimpleFileAccess.hpp> #include <comphelper/processfactory.hxx> diff --git a/embeddedobj/source/msole/olevisual.cxx b/embeddedobj/source/msole/olevisual.cxx index f73df4f3cbdc..0676d4dba68b 100644 --- a/embeddedobj/source/msole/olevisual.cxx +++ b/embeddedobj/source/msole/olevisual.cxx @@ -22,6 +22,7 @@ #include <com/sun/star/embed/EmbedMapUnits.hpp> #include <com/sun/star/embed/EmbedMisc.hpp> #include <com/sun/star/embed/Aspects.hpp> +#include <com/sun/star/embed/WrongStateException.hpp> #include <com/sun/star/io/XSeekable.hpp> #include <com/sun/star/embed/NoVisualAreaSizeException.hpp> diff --git a/embeddedobj/source/msole/xolefactory.cxx b/embeddedobj/source/msole/xolefactory.cxx index 81b0d04c8481..9f726d39e243 100644 --- a/embeddedobj/source/msole/xolefactory.cxx +++ b/embeddedobj/source/msole/xolefactory.cxx @@ -23,6 +23,7 @@ #include <com/sun/star/beans/XPropertySet.hpp> #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/embed/Aspects.hpp> +#include <com/sun/star/io/IOException.hpp> #include "xolefactory.hxx" #include "oleembobj.hxx" |