Kaydet (Commit) dbbaa85d authored tarafından Miklos Vajna's avatar Miklos Vajna

writerfilter: fix indentation in rtfdocumentfactory

Change-Id: I9cf6abaf091d358670bbe71de9abe832fa139f42
üst 26946775
...@@ -9,14 +9,16 @@ ...@@ -9,14 +9,16 @@
#include <rtfdocumentimpl.hxx> #include <rtfdocumentimpl.hxx>
namespace writerfilter { namespace writerfilter
namespace rtftok { {
namespace rtftok
{
RTFDocument::Pointer_t RTFDocumentFactory::createDocument(uno::Reference< uno::XComponentContext > const & xContext, RTFDocument::Pointer_t RTFDocumentFactory::createDocument(uno::Reference< uno::XComponentContext > const& xContext,
uno::Reference< io::XInputStream > const & xInputStream, uno::Reference< io::XInputStream > const& xInputStream,
uno::Reference< lang::XComponent > const & xDstDoc, uno::Reference< lang::XComponent > const& xDstDoc,
uno::Reference< frame::XFrame > const & xFrame, uno::Reference< frame::XFrame > const& xFrame,
uno::Reference< task::XStatusIndicator > const & xStatusIndicator) uno::Reference< task::XStatusIndicator > const& xStatusIndicator)
{ {
return RTFDocument::Pointer_t(new RTFDocumentImpl(xContext, xInputStream, xDstDoc, xFrame, xStatusIndicator)); return RTFDocument::Pointer_t(new RTFDocumentImpl(xContext, xInputStream, xDstDoc, xFrame, xStatusIndicator));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment