diff options
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r-- | desktop/source/app/officeipcthread.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx index 50ded8f957be..45d30f51cf16 100644 --- a/desktop/source/app/officeipcthread.cxx +++ b/desktop/source/app/officeipcthread.cxx @@ -145,9 +145,9 @@ public: virtual ~Parser() {} - virtual boost::optional< OUString > getCwdUrl() SAL_OVERRIDE { return m_cwdUrl; } + virtual boost::optional< OUString > getCwdUrl() override { return m_cwdUrl; } - virtual bool next(OUString * argument) SAL_OVERRIDE { return next(argument, true); } + virtual bool next(OUString * argument) override { return next(argument, true); } private: bool next(OUString * argument, bool prefix) { |