diff options
author | Andras Timar <atimar@suse.com> | 2011-09-07 10:10:16 +0200 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-09-07 10:27:56 +0200 |
commit | 3f62165fd45c714210491610bf89383918f3459e (patch) | |
tree | 25b427a82560dcd129206b114b11519acccd066d /oox | |
parent | 15cbe38e85124f449d536717c81da4071978e50f (diff) |
replace api.openoffice.org to api.libreoffice.org
Diffstat (limited to 'oox')
-rw-r--r-- | oox/inc/oox/ppt/slidetransition.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/inc/oox/ppt/slidetransition.hxx b/oox/inc/oox/ppt/slidetransition.hxx index 118ba17346ee..9005b6f1cc21 100644 --- a/oox/inc/oox/ppt/slidetransition.hxx +++ b/oox/inc/oox/ppt/slidetransition.hxx @@ -70,7 +70,7 @@ namespace oox { namespace ppt { ::sal_Bool mbTransitionDirectionNormal; ::sal_Int16 mnAnimationSpeed; ::sal_Int32 mnFadeColor; - ::sal_Bool mbMode; /**< http://api.openoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */ + ::sal_Bool mbMode; /**< http://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */ ::sal_Int32 mnAdvanceTime; }; |