summaryrefslogtreecommitdiff
path: root/include/comphelper
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-12-11 14:38:54 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-12-12 08:46:34 +0100
commitc85d8064cb67552e3ddcc73099769af09d7d0edd (patch)
tree6e745da3721d3a1ba3fb63280335d9b274cc0728 /include/comphelper
parentac3d194db5bf32de9b92a0accf7492145e5d6cdd (diff)
Move generateGUIDString to comphelper
and remove duplicate method Change-Id: Ic513a780f3b9b526c3abd0f273ad9c230ffbb373 Reviewed-on: https://gerrit.libreoffice.org/46233 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include/comphelper')
-rw-r--r--include/comphelper/xmltools.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/comphelper/xmltools.hxx b/include/comphelper/xmltools.hxx
index 5f5bec9b94ad..85915ec47f9a 100644
--- a/include/comphelper/xmltools.hxx
+++ b/include/comphelper/xmltools.hxx
@@ -20,6 +20,8 @@ namespace comphelper
namespace xml
{
COMPHELPER_DLLPUBLIC OString makeXMLChaff();
+ COMPHELPER_DLLPUBLIC OString generateGUIDString();
+
}
}