summaryrefslogtreecommitdiff
path: root/configmgr/source/parsemanager.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-11-29 11:23:09 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-11-29 11:34:09 +0100
commit053108588dd634838457ba81e7dc70e82aa50e02 (patch)
tree8d3eacd7eb5811849d10237af3848c895ca776b0 /configmgr/source/parsemanager.hxx
parent6042f8610e18bb7d41654b896adff0b41a06bbe5 (diff)
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
Diffstat (limited to 'configmgr/source/parsemanager.hxx')
-rw-r--r--configmgr/source/parsemanager.hxx4
1 files changed, 3 insertions, 1 deletions
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 <set>
+
#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 };