summaryrefslogtreecommitdiff
path: root/configmgr/source/writemodfile.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-10 13:02:15 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-10 13:03:04 +0200
commitb1e464999e387e44f0e021d52f2673c2fe7822a0 (patch)
treea76a6e896d9a63c9bbcb6eb46db8bdb0adc45708 /configmgr/source/writemodfile.hxx
parent5d486c4b8d352ebefc7d3af125864228af188756 (diff)
Some clean up
...post 5a02076358a547bae8a9b596d9722a7cd2d46c34 "Windows registry configuration backend." Change-Id: I4d27c17d4f26254bce175910a76f0076639581e8
Diffstat (limited to 'configmgr/source/writemodfile.hxx')
-rw-r--r--configmgr/source/writemodfile.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/configmgr/source/writemodfile.hxx b/configmgr/source/writemodfile.hxx
index 727ab9f31250..08f325664fa1 100644
--- a/configmgr/source/writemodfile.hxx
+++ b/configmgr/source/writemodfile.hxx
@@ -30,6 +30,7 @@ struct Data;
void writeData(oslFileHandle handle, OString const & text);
void writeAttributeValue(oslFileHandle handle, OUString const & value);
void writeValueContent(oslFileHandle handle, OUString const & value);
+
void writeModFile(
Components & components, OUString const & url, Data const & data);