diff options
author | Kurt Zenker <kz@openoffice.org> | 2010-09-24 15:29:31 +0200 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2010-09-24 15:29:31 +0200 |
commit | 8281fcfc6399d8f9d77bf848fc2ed2bf44321d24 (patch) | |
tree | 7857b9fb1ab927f4054cd07f043ee2a852e7aa7e /configmgr/source/components.hxx | |
parent | 4b6c4fc4feb688834833bd2cd352692bf0a619e5 (diff) | |
parent | 9acf42572a7df150e8cdd0322fbd43e525570720 (diff) |
CWS-TOOLING: integrate CWS fwk158
Notes
Notes:
split repo tag: libs-core_ooo/OOO330_m9
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); |