summaryrefslogtreecommitdiff
path: root/framework/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-05-13 10:49:08 +0200
committerNoel Grandin <noel@peralex.com>2013-05-13 10:50:40 +0200
commite2fcf87e7f981ef4138054a59e10f87e925e1cae (patch)
tree465d963f910621441c284daf3f04a94ad7ccde9f /framework/inc
parent09c3e92fcb4cb18d7606c8d116936f9e0c5f3e2f (diff)
fix: left out SAL_CALL annotation
Change-Id: I0443ce15113945c4e4a97a0016a5c90e9b992c74
Diffstat (limited to 'framework/inc')
-rw-r--r--framework/inc/services/pathsettings.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/inc/services/pathsettings.hxx b/framework/inc/services/pathsettings.hxx
index 799e2fac7571..0c7e2e272be2 100644
--- a/framework/inc/services/pathsettings.hxx
+++ b/framework/inc/services/pathsettings.hxx
@@ -183,7 +183,7 @@ class PathSettings : public css::lang::XTypeProvider ,
{ return getStringProperty("Addin"); }
virtual void SAL_CALL setAddin(const OUString& p1) throw (css::uno::RuntimeException)
{ setStringProperty("Addin", p1); }
- virtual OUString getAutoCorrect() throw (css::uno::RuntimeException)
+ virtual OUString SAL_CALL getAutoCorrect() throw (css::uno::RuntimeException)
{ return getStringProperty("AutoCorrect"); }
virtual void SAL_CALL setAutoCorrect(const OUString& p1) throw (css::uno::RuntimeException)
{ setStringProperty("AutoCorrect", p1); }