summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ftp/ftpcontent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/ftp/ftpcontent.cxx')
-rw-r--r--ucb/source/ucp/ftp/ftpcontent.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontent.cxx b/ucb/source/ucp/ftp/ftpcontent.cxx
index c150284a6fe4..b71ac1730a22 100644
--- a/ucb/source/ucp/ftp/ftpcontent.cxx
+++ b/ucb/source/ucp/ftp/ftpcontent.cxx
@@ -252,7 +252,7 @@ public:
{
}
- virtual ResultSetBase* createResultSet() SAL_OVERRIDE
+ virtual ResultSetBase* createResultSet() override
{
return new ResultSetI(m_xContext,
m_xProvider,
@@ -725,7 +725,7 @@ public:
virtual ~InsertData() {}
// returns the number of bytes actually read
- virtual sal_Int32 read(sal_Int8 *dest,sal_Int32 nBytesRequested) SAL_OVERRIDE;
+ virtual sal_Int32 read(sal_Int8 *dest,sal_Int32 nBytesRequested) override;
private: