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.cxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
index ac827c1360aa..7ccdebdf4b57 100644
--- a/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
+++ b/xmlhelp/source/cxxhelp/provider/urlparameter.cxx
@@ -331,42 +331,42 @@ public:
~InputStreamTransformer();
- virtual Any SAL_CALL queryInterface( const Type& rType ) throw( RuntimeException, std::exception );
- virtual void SAL_CALL acquire( void ) throw();
- virtual void SAL_CALL release( void ) throw();
+ virtual Any SAL_CALL queryInterface( const Type& rType ) throw( RuntimeException, std::exception ) SAL_OVERRIDE;
+ virtual void SAL_CALL acquire( void ) throw() SAL_OVERRIDE;
+ virtual void SAL_CALL release( void ) throw() SAL_OVERRIDE;
virtual sal_Int32 SAL_CALL readBytes( Sequence< sal_Int8 >& aData,sal_Int32 nBytesToRead )
throw( NotConnectedException,
BufferSizeExceededException,
IOException,
- RuntimeException, std::exception);
+ RuntimeException, std::exception) SAL_OVERRIDE;
virtual sal_Int32 SAL_CALL readSomeBytes( Sequence< sal_Int8 >& aData,sal_Int32 nMaxBytesToRead )
throw( NotConnectedException,
BufferSizeExceededException,
IOException,
- RuntimeException, std::exception);
+ RuntimeException, std::exception) SAL_OVERRIDE;
virtual void SAL_CALL skipBytes( sal_Int32 nBytesToSkip ) throw( NotConnectedException,
BufferSizeExceededException,
IOException,
- RuntimeException, std::exception );
+ RuntimeException, std::exception ) SAL_OVERRIDE;
virtual sal_Int32 SAL_CALL available( void ) throw( NotConnectedException,
IOException,
- RuntimeException, std::exception );
+ RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL closeInput( void ) throw( NotConnectedException,
IOException,
- RuntimeException, std::exception );
+ RuntimeException, std::exception ) SAL_OVERRIDE;
virtual void SAL_CALL seek( sal_Int64 location ) throw( IllegalArgumentException,
IOException,
- RuntimeException, std::exception );
+ RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual sal_Int64 SAL_CALL getPosition( void ) throw( IOException,RuntimeException, std::exception );
+ virtual sal_Int64 SAL_CALL getPosition( void ) throw( IOException,RuntimeException, std::exception ) SAL_OVERRIDE;
- virtual sal_Int64 SAL_CALL getLength( void ) throw( IOException,RuntimeException, std::exception );
+ virtual sal_Int64 SAL_CALL getLength( void ) throw( IOException,RuntimeException, std::exception ) SAL_OVERRIDE;
void addToBuffer( const char* buffer,int len );