From 053108588dd634838457ba81e7dc70e82aa50e02 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 29 Nov 2012 11:23:09 +0100 Subject: Support optional dependencies among .xcd files ...that are effectively ignored if the depended-on file does not exist. This will be needed by a subsequent commit to make PDF Import optionally installable. Change-Id: I2283be3ce75f52811a371f41aa8784f507425ee3 --- configmgr/source/parsemanager.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configmgr/source/parsemanager.hxx') diff --git a/configmgr/source/parsemanager.hxx b/configmgr/source/parsemanager.hxx index bf886437d325..2760ab2fc939 100644 --- a/configmgr/source/parsemanager.hxx +++ b/configmgr/source/parsemanager.hxx @@ -22,6 +22,8 @@ #include "sal/config.h" +#include + #include "com/sun/star/container/NoSuchElementException.hpp" #include "com/sun/star/uno/RuntimeException.hpp" #include "rtl/ref.hxx" @@ -44,7 +46,7 @@ public: com::sun::star::container::NoSuchElementException, com::sun::star::uno::RuntimeException)); - bool parse(); + bool parse(std::set< rtl::OUString > const * existingDependencies); enum { NAMESPACE_OOR = 1, NAMESPACE_XS = 2, NAMESPACE_XSI = 3 }; -- cgit