diff options
author | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
---|---|---|
committer | Vladimir Glazunov <vg@openoffice.org> | 2010-10-01 16:02:03 +0200 |
commit | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (patch) | |
tree | 3ce5e4d7d336d60506acdbc169e5db5381af6059 /configmgr/source/components.hxx | |
parent | bd1092ebc0b329883d1c079d598a73f3af4cd548 (diff) | |
parent | 5884223399e5cc35236880ea8923fecf57ea6a41 (diff) |
#i10000#
Notes
Notes:
split repo tag: libs-core_ooo/DEV300_m89
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r-- | configmgr/source/components.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index 880ac95d34a8..4fc47f791821 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -123,6 +123,11 @@ private: ~Components(); + void parseFileLeniently( + FileParser * parseFile, rtl::OUString const & url, int layer, + Data & data, Partial const * partial, Modifications * modifications, + Additions * additions); + void parseFiles( int layer, rtl::OUString const & extension, FileParser * parseFile, rtl::OUString const & url, bool recursive); |