summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide')
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.cxx2
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.cxx b/slideshow/source/engine/slide/targetpropertiescreator.cxx
index dc2006c462fb..0255f534815e 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.cxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.cxx
@@ -327,7 +327,7 @@ namespace internal
};
}
- uno::Sequence< animations::TargetProperties > SAL_CALL TargetPropertiesCreator::createTargetProperties
+ uno::Sequence< animations::TargetProperties > TargetPropertiesCreator::createTargetProperties
(
const uno::Reference< animations::XAnimationNode >& xRootNode,
bool bInitial
diff --git a/slideshow/source/engine/slide/targetpropertiescreator.hxx b/slideshow/source/engine/slide/targetpropertiescreator.hxx
index 24c7fafea63a..abde8a7349ee 100644
--- a/slideshow/source/engine/slide/targetpropertiescreator.hxx
+++ b/slideshow/source/engine/slide/targetpropertiescreator.hxx
@@ -35,7 +35,7 @@ namespace slideshow
namespace TargetPropertiesCreator
{
/// Generate shape property list - set bInitial to true for initial slide state
- uno::Sequence< animations::TargetProperties > SAL_CALL createTargetProperties(
+ uno::Sequence< animations::TargetProperties > createTargetProperties(
const uno::Reference< animations::XAnimationNode >& rootNode,
bool bInitial );
}