diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-03-27 21:57:31 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-03-27 21:57:31 +0100 |
commit | 65db69dd9c1febf4920b09918bf84ee4bb6ec2f6 (patch) | |
tree | b2e77533936fed36c4f588f895705213c7d38e82 /sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx | |
parent | b8b85207196dcf2c59a0062df69262e084dbb90e (diff) |
SAL_OVERRIDE, Mac OS X sd redux
Change-Id: I9b2959bf77fc79bba2f4abb09681872f6d3a4300
Diffstat (limited to 'sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx')
-rw-r--r-- | sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx b/sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx index 01ad404d9a8b..1ccc24298ef3 100644 --- a/sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx +++ b/sd/source/ui/remotecontrol/OSXBluetoothWrapper.hxx @@ -29,8 +29,8 @@ namespace sd public: OSXBluetoothWrapper( IOBluetoothRFCOMMChannel* channel ); - virtual sal_Int32 readLine( OString& aLine ); - virtual sal_Int32 write( const void* pBuffer, sal_uInt32 len ); + virtual sal_Int32 readLine( OString& aLine ) SAL_OVERRIDE; + virtual sal_Int32 write( const void* pBuffer, sal_uInt32 len ) SAL_OVERRIDE; void appendData(void* pBuffer, size_t len ); void channelClosed(); }; |