summaryrefslogtreecommitdiff
path: root/sw/source/core/unocore/unoflatpara.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/unocore/unoflatpara.cxx')
-rw-r--r--sw/source/core/unocore/unoflatpara.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/unocore/unoflatpara.cxx b/sw/source/core/unocore/unoflatpara.cxx
index 7bfdd25b3d68..1a3b10381ab4 100644
--- a/sw/source/core/unocore/unoflatpara.cxx
+++ b/sw/source/core/unocore/unoflatpara.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <editeng/unolingu.hxx>
#include <unobaseclass.hxx>
@@ -293,7 +292,6 @@ SwXFlatParagraph::getSomething(
return sw::UnoTunnelImpl(rId, this);
}
-
/******************************************************************************
* SwXFlatParagraphIterator
******************************************************************************/
@@ -317,7 +315,6 @@ SwXFlatParagraphIterator::~SwXFlatParagraphIterator()
{
}
-
void SwXFlatParagraphIterator::Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew )
{
ClientModify( this, pOld, pNew );
@@ -329,7 +326,6 @@ void SwXFlatParagraphIterator::Modify( const SfxPoolItem* pOld, const SfxPoolIte
}
}
-
uno::Reference< text::XFlatParagraph > SwXFlatParagraphIterator::getFirstPara()
throw( uno::RuntimeException, std::exception )
{