summaryrefslogtreecommitdiff
path: root/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/animations/CustomAnimationCreateDialog.cxx')
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 78e8920a1bfb..5714eeb81a39 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -186,7 +186,7 @@ public:
bool getIsPreview() const;
void setIsPreview( bool bIsPreview );
- sal_uInt16 getId() const;
+ sal_uInt16 getId() const { return mnId;}
bool select( const OUString& rsPresetId );
@@ -473,10 +473,6 @@ void CustomAnimationCreateTabPage::setIsPreview( bool bIsPreview )
mpCBXPReview->Check( bIsPreview );
}
-sal_uInt16 CustomAnimationCreateTabPage::getId() const
-{
- return mnId;
-}
bool CustomAnimationCreateTabPage::select( const OUString& rsPresetId )
{