diff options
author | Michael Stahl <mst@openoffice.org> | 2010-10-04 16:47:00 +0200 |
---|---|---|
committer | Michael Stahl <mst@openoffice.org> | 2010-10-04 16:47:00 +0200 |
commit | c97ef93a330df8ccdcf72f79ae9f78f4d2ca693a (patch) | |
tree | 3b9b943b278c569539bdd41fcb3d94d2cc8115c6 /configmgr/source/components.hxx | |
parent | b1f1247c08c86e8b6284939f2d9fbc31d218256a (diff) | |
parent | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (diff) |
merge 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); |