summaryrefslogtreecommitdiff
path: root/configmgr/source/components.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-05-30 15:30:27 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-06-01 15:21:18 +0100
commit5a3c6e0a3dc07b09352203cccdae8bf60649f487 (patch)
treef403063b13fb4f2c758beb59638d8b9d633bdce4 /configmgr/source/components.hxx
parent205540afc1ab05763a8255873724bcbdbf9c0ba2 (diff)
use StaticWithArg
Diffstat (limited to 'configmgr/source/components.hxx')
-rw-r--r--configmgr/source/components.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/configmgr/source/components.hxx b/configmgr/source/components.hxx
index 9d216e1bb915..26af3fbdecea 100644
--- a/configmgr/source/components.hxx
+++ b/configmgr/source/components.hxx
@@ -123,12 +123,13 @@ private:
typedef void FileParser(
rtl::OUString const &, int, Data &, Partial const *, Modifications *,
Additions *);
-
+public:
Components(
com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >
const & context);
~Components();
+private:
void parseFileLeniently(
FileParser * parseFile, rtl::OUString const & url, int layer,