summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 18:16:42 +1100
committerChris Sherlock <chris.sherlock79@gmail.com>2016-02-09 08:18:05 +0000
commita238b1f8d304bf1e2ffb357937f3ec888ee8ac89 (patch)
tree083c0582d4bf80e313ed256ca476ba8f69c7f7a6 /xmlhelp/source/cxxhelp/provider/urlparameter.cxx
parent538f276ae0414ea34ede6090b5f56e8fecd6fc65 (diff)
Remove excess newlines
A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'xmlhelp/source/cxxhelp/provider/urlparameter.cxx')
-rw-r--r--xmlhelp/source/cxxhelp/provider/urlparameter.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index 75a54dc37187..b2c3da0d7202 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -222,7 +222,6 @@ OUString URLParameter::get_the_tag()
}
-
OUString URLParameter::get_the_path()
{
if(m_bUseDB) {
@@ -237,7 +236,6 @@ OUString URLParameter::get_the_path()
}
-
OUString URLParameter::get_the_title()
{
if(m_bUseDB) {
@@ -314,7 +312,6 @@ void URLParameter::readHelpDataFile()
}
-
// Class encapsulating the transformation of the XInputStream to XHTML
@@ -383,7 +380,6 @@ private:
};
-
void URLParameter::open( const Command& aCommand,
sal_Int32 CommandId,
const Reference< XCommandEnvironment >& Environment,
@@ -410,7 +406,6 @@ void URLParameter::open( const Command& aCommand,
}
-
void URLParameter::open( const Command& aCommand,
sal_Int32 CommandId,
const Reference< XCommandEnvironment >& Environment,
@@ -492,7 +487,6 @@ bool URLParameter::module()
}
-
bool URLParameter::name( bool modulePresent )
{
// if modulepresent, a name may be present, but must not
@@ -954,21 +948,18 @@ Any SAL_CALL InputStreamTransformer::queryInterface( const Type& rType ) throw(
}
-
void SAL_CALL InputStreamTransformer::acquire() throw()
{
OWeakObject::acquire();
}
-
void SAL_CALL InputStreamTransformer::release() throw()
{
OWeakObject::release();
}
-
sal_Int32 SAL_CALL InputStreamTransformer::readBytes( Sequence< sal_Int8 >& aData,sal_Int32 nBytesToRead )
throw( NotConnectedException,
BufferSizeExceededException,
@@ -1003,7 +994,6 @@ sal_Int32 SAL_CALL InputStreamTransformer::readSomeBytes( Sequence< sal_Int8 >&
}
-
void SAL_CALL InputStreamTransformer::skipBytes( sal_Int32 nBytesToSkip ) throw( NotConnectedException,
BufferSizeExceededException,
IOException,
@@ -1014,7 +1004,6 @@ void SAL_CALL InputStreamTransformer::skipBytes( sal_Int32 nBytesToSkip ) throw(
}
-
sal_Int32 SAL_CALL InputStreamTransformer::available() throw( NotConnectedException,
IOException,
RuntimeException, std::exception )
@@ -1024,7 +1013,6 @@ sal_Int32 SAL_CALL InputStreamTransformer::available() throw( NotConnectedExcept
}
-
void SAL_CALL InputStreamTransformer::closeInput() throw( NotConnectedException,
IOException,
RuntimeException, std::exception )
@@ -1032,7 +1020,6 @@ void SAL_CALL InputStreamTransformer::closeInput() throw( NotConnectedException,
}
-
void SAL_CALL InputStreamTransformer::seek( sal_Int64 location ) throw( IllegalArgumentException,
IOException,
RuntimeException, std::exception )
@@ -1048,7 +1035,6 @@ void SAL_CALL InputStreamTransformer::seek( sal_Int64 location ) throw( IllegalA
}
-
sal_Int64 SAL_CALL InputStreamTransformer::getPosition() throw( IOException,
RuntimeException, std::exception )
{
@@ -1057,7 +1043,6 @@ sal_Int64 SAL_CALL InputStreamTransformer::getPosition() throw( IOException,
}
-
sal_Int64 SAL_CALL InputStreamTransformer::getLength() throw( IOException,RuntimeException, std::exception )
{
osl::MutexGuard aGuard( m_aMutex );