diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-04-08 13:36:51 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-04-09 09:44:32 +0200 |
commit | 209d6a0fcca942a0168eb10ca3ab8f5f0d2ba9be (patch) | |
tree | e056ab4077ea26b69830d5ff1f979e7e11a5825b /package/source | |
parent | 51fddc6c52d04a2dccdfb7d04f8dd0455e8c4b95 (diff) |
Missing #includes
...once cppumaker would no longer needlessly emit #includes for optional
interface bases to .hdl/.hpp files.
Change-Id: Icbcfbf64c33be50652c5611a4962111fa8d13c05
Diffstat (limited to 'package/source')
-rw-r--r-- | package/source/xstor/ohierarchyholder.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/source/xstor/ohierarchyholder.cxx b/package/source/xstor/ohierarchyholder.cxx index ae4eecdc9037..d4ef19be57d7 100644 --- a/package/source/xstor/ohierarchyholder.cxx +++ b/package/source/xstor/ohierarchyholder.cxx @@ -20,6 +20,8 @@ #include <com/sun/star/uno/Reference.hxx> #include <com/sun/star/embed/ElementModes.hpp> #include <com/sun/star/embed/XHierarchicalStorageAccess2.hpp> +#include <com/sun/star/embed/XTransactedObject.hpp> +#include <com/sun/star/embed/XTransactionBroadcaster.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> #include "ohierarchyholder.hxx" |