Kaydet (Commit) 5895b954 authored tarafından David Tardon's avatar David Tardon

move SAL_CALL to the right place

Change-Id: I5081220e8880c9608daa482690b99e9738afc30e
üst fe28f702
...@@ -55,13 +55,13 @@ public: ...@@ -55,13 +55,13 @@ public:
DummyPropertySetInfo(const std::map<OUString, uno::Any>& rProps ): DummyPropertySetInfo(const std::map<OUString, uno::Any>& rProps ):
mrProperties(rProps) {} mrProperties(rProps) {}
virtual SAL_CALL sal_Bool hasPropertyByName( const OUString& rName ) virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& rName )
throw(uno::RuntimeException); throw(uno::RuntimeException);
virtual SAL_CALL beans::Property getPropertyByName( const OUString& rName ) virtual beans::Property SAL_CALL getPropertyByName( const OUString& rName )
throw(uno::RuntimeException, beans::UnknownPropertyException); throw(uno::RuntimeException, beans::UnknownPropertyException);
virtual SAL_CALL uno::Sequence< beans::Property > getProperties() virtual uno::Sequence< beans::Property > SAL_CALL getProperties()
throw(uno::RuntimeException); throw(uno::RuntimeException);
private: private:
......
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