summaryrefslogtreecommitdiff
path: root/desktop/source/app/officeipcthread.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/app/officeipcthread.cxx')
-rw-r--r--desktop/source/app/officeipcthread.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/app/officeipcthread.cxx b/desktop/source/app/officeipcthread.cxx
index b52002080c7e..962021e91b7b 100644
--- a/desktop/source/app/officeipcthread.cxx
+++ b/desktop/source/app/officeipcthread.cxx
@@ -146,9 +146,9 @@ public:
virtual ~Parser() {}
- virtual boost::optional< OUString > getCwdUrl() { return m_cwdUrl; }
+ virtual boost::optional< OUString > getCwdUrl() SAL_OVERRIDE { return m_cwdUrl; }
- virtual bool next(OUString * argument) { return next(argument, true); }
+ virtual bool next(OUString * argument) SAL_OVERRIDE { return next(argument, true); }
private:
virtual bool next(OUString * argument, bool prefix) {