summaryrefslogtreecommitdiff
path: root/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
diff options
context:
space:
mode:
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 );