Kaydet (Commit) e2fcf87e authored tarafından Noel Grandin's avatar Noel Grandin

fix: left out SAL_CALL annotation

Change-Id: I0443ce15113945c4e4a97a0016a5c90e9b992c74
üst 09c3e92f
...@@ -183,7 +183,7 @@ class PathSettings : public css::lang::XTypeProvider , ...@@ -183,7 +183,7 @@ class PathSettings : public css::lang::XTypeProvider ,
{ return getStringProperty("Addin"); } { return getStringProperty("Addin"); }
virtual void SAL_CALL setAddin(const OUString& p1) throw (css::uno::RuntimeException) virtual void SAL_CALL setAddin(const OUString& p1) throw (css::uno::RuntimeException)
{ setStringProperty("Addin", p1); } { setStringProperty("Addin", p1); }
virtual OUString getAutoCorrect() throw (css::uno::RuntimeException) virtual OUString SAL_CALL getAutoCorrect() throw (css::uno::RuntimeException)
{ return getStringProperty("AutoCorrect"); } { return getStringProperty("AutoCorrect"); }
virtual void SAL_CALL setAutoCorrect(const OUString& p1) throw (css::uno::RuntimeException) virtual void SAL_CALL setAutoCorrect(const OUString& p1) throw (css::uno::RuntimeException)
{ setStringProperty("AutoCorrect", p1); } { setStringProperty("AutoCorrect", p1); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment