summaryrefslogtreecommitdiffstats
path: root/sd/source/core/sdpage2.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/sdpage2.cxx')
-rw-r--r--sd/source/core/sdpage2.cxx20
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/source/core/sdpage2.cxx b/sd/source/core/sdpage2.cxx
index d76d29a3fb77..c3b80fbfc937 100644
--- a/sd/source/core/sdpage2.cxx
+++ b/sd/source/core/sdpage2.cxx
@@ -528,10 +528,6 @@ void SdPage::RemoveEmptyPresentationObjects()
}
}
-sal_Int16 SdPage::getTransitionType (void) const
-{
- return mnTransitionType;
-}
void SdPage::setTransitionType( sal_Int16 nTransitionType )
{
@@ -539,10 +535,6 @@ void SdPage::setTransitionType( sal_Int16 nTransitionType )
ActionChanged();
}
-sal_Int16 SdPage::getTransitionSubtype (void) const
-{
- return mnTransitionSubtype;
-}
void SdPage::setTransitionSubtype ( sal_Int16 nTransitionSubtype )
{
@@ -550,10 +542,6 @@ void SdPage::setTransitionSubtype ( sal_Int16 nTransitionSubtype )
ActionChanged();
}
-bool SdPage::getTransitionDirection (void) const
-{
- return mbTransitionDirection;
-}
void SdPage::setTransitionDirection ( bool bTransitionbDirection )
{
@@ -561,10 +549,6 @@ void SdPage::setTransitionDirection ( bool bTransitionbDirection )
ActionChanged();
}
-sal_Int32 SdPage::getTransitionFadeColor (void) const
-{
- return mnTransitionFadeColor;
-}
void SdPage::setTransitionFadeColor ( sal_Int32 nTransitionFadeColor )
{
@@ -572,10 +556,6 @@ void SdPage::setTransitionFadeColor ( sal_Int32 nTransitionFadeColor )
ActionChanged();
}
-double SdPage::getTransitionDuration (void) const
-{
- return mfTransitionDuration;
-}
void SdPage::setTransitionDuration ( double fTranstionDuration )
{