Kaydet (Commit) fe28f702 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

fix windows build

Change-Id: I2c6e94c7662719cd5f6dccaa19cf7451b036f0f9
üst 0ed4126d
...@@ -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_Bool hasPropertyByName( const OUString& rName ) virtual SAL_CALL sal_Bool hasPropertyByName( const OUString& rName )
throw(uno::RuntimeException); throw(uno::RuntimeException);
virtual beans::Property getPropertyByName( const OUString& rName ) virtual SAL_CALL beans::Property getPropertyByName( const OUString& rName )
throw(uno::RuntimeException, beans::UnknownPropertyException); throw(uno::RuntimeException, beans::UnknownPropertyException);
virtual uno::Sequence< beans::Property > getProperties() virtual SAL_CALL uno::Sequence< beans::Property > 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