diff options
author | Korrawit Pruegsanusak <detective.conan.1412@gmail.com> | 2012-01-29 18:20:29 +0700 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-30 11:41:52 +0000 |
commit | a1275f841a1ca601cadd2e6ec130af0703a328e5 (patch) | |
tree | bd720da30175b7b69f03eb4907ecd12f2d948c28 /basctl/source | |
parent | e8bb827571f540ac4af2247cb11239bb96876669 (diff) |
use SAL_CALL - fix bulid in msvc
Diffstat (limited to 'basctl/source')
-rw-r--r-- | basctl/source/basicide/baside2b.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basctl/source/basicide/baside2b.cxx b/basctl/source/basicide/baside2b.cxx index 107c853ea76e..a1f076685b9a 100644 --- a/basctl/source/basicide/baside2b.cxx +++ b/basctl/source/basicide/baside2b.cxx @@ -158,13 +158,13 @@ public: private: virtual ~ChangesListener() {} - virtual void disposing(lang::EventObject const &) throw (RuntimeException) + virtual void SAL_CALL disposing(lang::EventObject const &) throw (RuntimeException) { osl::MutexGuard g(editor_.mutex_); editor_.notifier_.clear(); } - virtual void propertiesChange( + virtual void SAL_CALL propertiesChange( Sequence< beans::PropertyChangeEvent > const &) throw (RuntimeException) { SolarMutexGuard g; |