summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2014-02-16 15:15:33 +0100
committerDavid Tardon <dtardon@redhat.com>2014-02-16 15:15:33 +0100
commit5895b954aa043015e9b22c255da86fb063f12268 (patch)
tree19eee98cd8b51a23c39d0163787a3ab62d31d77f /chart2
parentfe28f7026c842b6cafa6ff331a7617a363d33fd6 (diff)
move SAL_CALL to the right place
Change-Id: I5081220e8880c9608daa482690b99e9738afc30e
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/DummyXShape.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/view/main/DummyXShape.cxx b/chart2/source/view/main/DummyXShape.cxx
index 1dcc9b933d8c..83eb7babcaf3 100644
--- a/chart2/source/view/main/DummyXShape.cxx
+++ b/chart2/source/view/main/DummyXShape.cxx
@@ -55,13 +55,13 @@ public:
DummyPropertySetInfo(const std::map<OUString, uno::Any>& rProps ):
mrProperties(rProps) {}
- virtual SAL_CALL sal_Bool hasPropertyByName( const OUString& rName )
+ virtual sal_Bool SAL_CALL hasPropertyByName( const OUString& rName )
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);
- virtual SAL_CALL uno::Sequence< beans::Property > getProperties()
+ virtual uno::Sequence< beans::Property > SAL_CALL getProperties()
throw(uno::RuntimeException);
private: