summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-09-17 10:43:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-09-17 10:43:43 +0200
commit44aa7df623e7cc113fd81f84e4a0d3de786f311f (patch)
treec32ddcb17a76cad11accab7c547916f156716734 /ucb
parent72411fca4852f4395cf4bf206016a041bee6c53a (diff)
Missing include
Change-Id: I7917d061f4aed307f29d428a72c793e782944e49
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/odma/odma_content.cxx1
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>