From 23793a08b75757c1fe764e3e03e09fe08b72413d Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Thu, 12 Jul 2018 22:09:50 +0200 Subject: 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 --- sw/source/filter/html/htmlreqifreader.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/source/filter/html/htmlreqifreader.hxx') 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. -- cgit