diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-12-11 14:38:54 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-12-12 08:46:34 +0100 |
commit | c85d8064cb67552e3ddcc73099769af09d7d0edd (patch) | |
tree | 6e745da3721d3a1ba3fb63280335d9b274cc0728 /include | |
parent | ac3d194db5bf32de9b92a0accf7492145e5d6cdd (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')
-rw-r--r-- | include/comphelper/xmltools.hxx | 2 | ||||
-rw-r--r-- | include/oox/export/drawingml.hxx | 2 |
2 files changed, 2 insertions, 2 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(); + } } diff --git a/include/oox/export/drawingml.hxx b/include/oox/export/drawingml.hxx index 276e18d0bcc2..69d1d6657fad 100644 --- a/include/oox/export/drawingml.hxx +++ b/include/oox/export/drawingml.hxx @@ -230,8 +230,6 @@ public: static void ResetCounters(); - static OString GetUUID(); - static sal_Unicode SubstituteBullet( sal_Unicode cBulletId, css::awt::FontDescriptor& rFontDesc ); static sal_uInt32 ColorWithIntensity( sal_uInt32 nColor, sal_uInt32 nIntensity ); |