summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/asyncrequests.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/asyncrequests.hxx')
-rw-r--r--fpicker/source/win32/filepicker/asyncrequests.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/asyncrequests.hxx b/fpicker/source/win32/filepicker/asyncrequests.hxx
index 2d4a3cf33d43..50f0a56b4286 100644
--- a/fpicker/source/win32/filepicker/asyncrequests.hxx
+++ b/fpicker/source/win32/filepicker/asyncrequests.hxx
@@ -155,7 +155,7 @@ class AsyncRequests : private ::cppu::BaseMutex
/** does nothing special / excepting to make sure our class won't be inline .-)
*/
- virtual ~AsyncRequests();
+ virtual ~AsyncRequests() override;
/** @todo document me
@@ -191,11 +191,11 @@ class AsyncRequests : private ::cppu::BaseMutex
* waiting for requests. Every request will be executed synchronously
* in blocked mode.
*/
- virtual void SAL_CALL run();
+ virtual void SAL_CALL run() override;
private:
- sal_Bool m_bFinish;
+ bool m_bFinish;
RequestHandlerRef m_rHandler;
RequestQueue m_lRequests;
osl::Condition maWait;