diff --git a/source/RobotAPI/interface/skills/SkillManagerInterface.ice b/source/RobotAPI/interface/skills/SkillManagerInterface.ice
index 4bf6cd61323b21f2b967d8a324f8d6b9a46f9666..85135d7b5e2328db4fe0ef84864e3bd1c8c65366 100644
--- a/source/RobotAPI/interface/skills/SkillManagerInterface.ice
+++ b/source/RobotAPI/interface/skills/SkillManagerInterface.ice
@@ -129,13 +129,10 @@ module armarx
 
                     // notify a skill to stop ASAP.
                     provider::dto::AbortSkillResult abortSkill(dto::SkillExecutionID executionId);
-                    provider::dto::AbortSkillResult
-                    provider::dto::AbortSkillResult abortSkillAsync(
-                        dto::SkillExecutionID executionId);
-		                        abortSkillAsync(dto::SkillExecutionID executionId);
+                    provider::dto::AbortSkillResult abortSkillAsync(dto::SkillExecutionID executionId);
                     // notify all skills directly via ice interface instead of ugly workarounds in both c++ and python
-                    armarx::skills::manager::dti::AbortSkillResultList abortAllSkills();
-                    armarx::skills::manager::dti::AbortSkillResultList abortAllSkillsAsync();
+                    AbortSkillResultList abortAllSkills();
+                    AbortSkillResultList abortAllSkillsAsync();
                 };
             }
         }