summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2013-12-03 08:19:36 +0100
committerAndras Timar <andras.timar@collabora.com>2013-12-09 12:50:10 +0100
commit7fe9808f009af2f0a4da58663eacd2caccdcaafe (patch)
tree9726e9637aa51d98c770bd6240ede9a151ee81b2 /include
parent830b42cba24db82105fc129bcf73f9d3920ff8d0 (diff)
Zip .ui translations per UIConfig target.
Fix installer / scp2 to not ignore directory prefix in 'Name'. Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29 Reviewed-on: https://gerrit.libreoffice.org/6915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/xmlreader/xmlreader.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xmlreader/xmlreader.hxx b/include/xmlreader/xmlreader.hxx
index e895d8dcbea8..4ffc84e749fd 100644
--- a/include/xmlreader/xmlreader.hxx
+++ b/include/xmlreader/xmlreader.hxx
@@ -39,6 +39,8 @@ namespace xmlreader {
class OOO_DLLPUBLIC_XMLREADER XmlReader: private boost::noncopyable {
public:
+ XmlReader(char const *sStr, size_t nLength);
+
explicit XmlReader(OUString const & fileUrl)
SAL_THROW((
com::sun::star::container::NoSuchElementException,