summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/slide/targetpropertiescreator.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/slide/targetpropertiescreator.hxx')
-rw-r--r--slideshow/source/engine/slide/targetpropertiescreator.hxx2
1 files changed, 1 insertions, 1 deletions
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 );
}