diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-17 10:43:30 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-17 10:43:43 +0200 |
commit | 44aa7df623e7cc113fd81f84e4a0d3de786f311f (patch) | |
tree | c32ddcb17a76cad11accab7c547916f156716734 /ucb | |
parent | 72411fca4852f4395cf4bf206016a041bee6c53a (diff) |
Missing include
Change-Id: I7917d061f4aed307f29d428a72c793e782944e49
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/odma/odma_content.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/odma/odma_content.cxx b/ucb/source/ucp/odma/odma_content.cxx index ecde1938961d..db824294aa10 100644 --- a/ucb/source/ucp/odma/odma_content.cxx +++ b/ucb/source/ucp/odma/odma_content.cxx @@ -40,6 +40,7 @@ #include <com/sun/star/ucb/OpenMode.hpp> #include <com/sun/star/ucb/XCommandInfo.hpp> #include <com/sun/star/ucb/XPersistentPropertySet.hpp> +#include <comphelper/componentcontext.hxx> #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/propertyvalueset.hxx> #include <ucbhelper/cancelcommandexecution.hxx> |