summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2014-07-16 22:02:56 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2014-07-16 22:14:57 +0200
commit14898bc3853c52c53c14b5af779e81a9d3e5485a (patch)
treef2599b921df90050ea5556c6f58a89ea2767967c
parent57e62d34777abec24885c04c955920f339b5be5c (diff)
writerfilter: identation fixes
At least the ones detected by astyle, as requested at <https://gerrit.libreoffice.org/10351>. Change-Id: If87d847f260b4e7ed71115bd8cc1af55cd349b02
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.cxx3
-rw-r--r--writerfilter/source/rtftok/rtfdocumentimpl.hxx3
2 files changed, 2 insertions, 4 deletions
diff --git a/writerfilter/source/rtftok/rtfdocumentimpl.cxx b/writerfilter/source/rtftok/rtfdocumentimpl.cxx
index 14bc7fde872a..8d54a69f2388 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 e07f09a0e4c7..39a665469b18 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();