summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlreqifreader.hxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2018-07-12 22:09:50 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2018-07-13 09:07:45 +0200
commit23793a08b75757c1fe764e3e03e09fe08b72413d (patch)
tree738d6256fe9cdc02b204f0265bd0bdacf28de2c8 /sw/source/filter/html/htmlreqifreader.hxx
parent41e2cbc157ce70ea4db67be1a77f61810089b840 (diff)
sw, writerfilter: various small cleanups
Different parameter name in declaration and definition, repeating type name inside the very same line when initializing from a cast, and so on. Change-Id: I52dc29ed845fb1a780dfab586bfd67db0d4a9e54 Reviewed-on: https://gerrit.libreoffice.org/57370 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/html/htmlreqifreader.hxx')
-rw-r--r--sw/source/filter/html/htmlreqifreader.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/filter/html/htmlreqifreader.hxx b/sw/source/filter/html/htmlreqifreader.hxx
index 3b24a4f28311..494fdbd0ecc6 100644
--- a/sw/source/filter/html/htmlreqifreader.hxx
+++ b/sw/source/filter/html/htmlreqifreader.hxx
@@ -23,7 +23,7 @@ namespace SwReqIfReader
bool ExtractOleFromRtf(SvStream& rRtf, SvStream& rOle, bool& bOwnFormat);
/// Wraps an OLE2 container binary in an RTF fragment.
-bool WrapOleInRtf(SvStream& rOle, SvStream& rRtf);
+bool WrapOleInRtf(SvStream& rOle2, SvStream& rRtf);
/**
* Wraps an image in an RTF fragment.