summaryrefslogtreecommitdiffstats
path: root/unotools/source/ucbhelper/xtempfile.cxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-04-06 18:54:13 +0300
committerTor Lillqvist <tml@collabora.com>2014-04-06 19:37:47 +0300
commit88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a (patch)
tree3efd83cf3c67f727f473b73da69e30963f08dc0f /unotools/source/ucbhelper/xtempfile.cxx
parentTestcase for RtfAttributeOutput::SectionLineNumbering() (diff)
downloadcore-88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a.tar.gz
core-88bea0a5a8b1e5c1fb601f4e4ba61ba7bce38a3a.zip
Kill superfluous vertical whitespace
Change-Id: I949ba575951998d36cb4d38746f2182633046b3b
Diffstat (limited to 'unotools/source/ucbhelper/xtempfile.cxx')
-rw-r--r--unotools/source/ucbhelper/xtempfile.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/unotools/source/ucbhelper/xtempfile.cxx b/unotools/source/ucbhelper/xtempfile.cxx
index 3cbb4d54c418..a40d6b0213b9 100644
--- a/unotools/source/ucbhelper/xtempfile.cxx
+++ b/unotools/source/ucbhelper/xtempfile.cxx
@@ -48,7 +48,6 @@ OTempFileService::~OTempFileService ()
delete mpTempFile;
}
-
// XInterface
css::uno::Any SAL_CALL OTempFileService::queryInterface( css::uno::Type const & aType )
@@ -151,8 +150,6 @@ throw ( css::uno::RuntimeException, std::exception )
return OUString( mpTempFile->GetFileName() );
};
-
-
// XInputStream
sal_Int32 SAL_CALL OTempFileService::readBytes( css::uno::Sequence< sal_Int8 >& aData, sal_Int32 nBytesToRead )
@@ -323,7 +320,6 @@ throw ( css::io::NotConnectedException, css::io::BufferSizeExceededException, cs
}
}
-
void OTempFileService::checkError () const
{
if (!mpStream || mpStream->SvStream::GetError () != ERRCODE_NONE )
@@ -395,7 +391,6 @@ throw ( css::io::IOException, css::uno::RuntimeException, std::exception )
return (sal_Int64)nEndPos;
}
-
// XStream
css::uno::Reference< css::io::XInputStream > SAL_CALL OTempFileService::getInputStream()
@@ -443,8 +438,6 @@ throw ( css::uno::RuntimeException, std::exception )
return getSupportedServiceNames_Static();
}
-
-
OUString OTempFileService::getImplementationName_Static ()
{
return OUString ( "com.sun.star.io.comp.TempFile" );