diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-07-01 16:14:29 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-07-01 16:14:50 +0200 |
commit | ba4759f61afff49d2c3b5d2756340c465235834e (patch) | |
tree | 5a707984b83f630f9e8bb51f54f99cbc1dcc9cb7 /configmgr/source/components.hxx | |
parent | b9ece6a182bc116c1fe4c842514e85f219b1f4d3 (diff) |
parseFileLeniently is always called with data_ as argument
Change-Id: I1c4f5e468062ced7f76b877939f96435b00d05e3
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r-- | configmgr/source/components.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx index 43b1e8fc52a2..d0c2536f908e 100644 --- a/configmgr/source/components.hxx +++ b/configmgr/source/components.hxx @@ -119,9 +119,9 @@ public: ~Components(); private: - static void parseFileLeniently( + void parseFileLeniently( FileParser * parseFile, OUString const & url, int layer, - Data & data, Partial const * partial, Modifications * modifications, + Partial const * partial, Modifications * modifications, Additions * additions); void parseFiles( |