[Libreoffice-commits] core.git: writerfilter/source
Miklos Vajna
vmiklos at collabora.co.uk
Wed Jul 16 13:15:26 PDT 2014
writerfilter/source/rtftok/rtfdocumentimpl.cxx | 3 +--
writerfilter/source/rtftok/rtfdocumentimpl.hxx | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
New commits:
commit 14898bc3853c52c53c14b5af779e81a9d3e5485a
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Jul 16 22:02:56 2014 +0200
writerfilter: identation fixes
At least the ones detected by astyle, as requested at
<https://gerrit.libreoffice.org/10351>.
Change-Id: If87d847f260b4e7ed71115bd8cc1af55cd349b02
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 14bc7fd..8d54a69 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.cxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
@@ -695,8 +695,7 @@ void RTFDocumentImpl::resolve(Stream& rMapper)
}
}
-int RTFDocumentImpl::resolvePict(bool const bInline,
- uno::Reference<drawing::XShape> const& i_xShape)
+int RTFDocumentImpl::resolvePict(bool const bInline, uno::Reference<drawing::XShape> const& i_xShape)
{
SvMemoryStream aStream;
SvStream* pStream = 0;
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.hxx b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
index e07f09a..39a6654 100644
--- a/writerfilter/source/rtftok/rtfdocumentimpl.hxx
+++ b/writerfilter/source/rtftok/rtfdocumentimpl.hxx
@@ -363,8 +363,7 @@ public:
bool isInBackground();
void setDestinationText(OUString& rString);
/// Resolve a picture: If not inline, then anchored.
- int resolvePict(bool bInline,
- css::uno::Reference<css::drawing::XShape> const& xShape);
+ int resolvePict(bool bInline, css::uno::Reference<css::drawing::XShape> const& xShape);
/// If this is the first run of the document, starts the initial paragraph.
void checkFirstRun();
More information about the Libreoffice-commits
mailing list