summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/rtfattributeoutput.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-03-27 12:06:25 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-03-27 15:00:07 +0200
commit6d05579c7fceb0f3ce83abe25bdfe62b26c29671 (patch)
tree4a82c2c20f36c68dee1cd4c6ee1a7225e513d127 /sw/source/filter/ww8/rtfattributeoutput.hxx
parentd0f1a431eab9a7a503bf6487732eeaec0e881053 (diff)
msfilter: extract duplicated WriteHex() from HTML/RTF filter
The RtfAttributeOutput one is a superset of the HTML one, so use that. Change-Id: I3e342113a7ba26946320f43a164e457d6cbb6946 Reviewed-on: https://gerrit.libreoffice.org/51937 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/source/filter/ww8/rtfattributeoutput.hxx')
-rw-r--r--sw/source/filter/ww8/rtfattributeoutput.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx b/sw/source/filter/ww8/rtfattributeoutput.hxx
index a29621aa42d7..13c54e387f5e 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -643,10 +643,6 @@ public:
/// Font pitch.
void FontPitchType(FontPitch ePitch) const;
- /// Writes binary data as a hex dump.
- static OString WriteHex(const sal_uInt8* pData, sal_uInt32 nSize, SvStream* pStream = nullptr,
- sal_uInt32 nLimit = 64);
-
void BulletDefinition(int nId, const Graphic& rGraphic, Size aSize) override;
/// Handles just the {\shptxt ...} part of a shape export.