summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2014-05-11 11:36:48 +0200
committerJulien Nabet <serval2412@yahoo.fr>2014-05-11 11:36:48 +0200
commit1b0661c82e4c3d55fed1e7313c230c8e78e9b085 (patch)
tree5442bf6b80d3c087bb93d04f0a321f41d55a388a /sd/source
parent68e7692d2a961f319bb4f4d0f2d756e6f0e90d1d (diff)
Fix previous commit
Change-Id: Id9d59f73d3526114b295c75dadf908234ca5f54b
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/animations/CustomAnimationDialog.cxx2
-rw-r--r--sd/source/ui/animations/CustomAnimationPane.cxx2
-rw-r--r--sd/source/ui/unoidl/unopage.cxx2
3 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/CustomAnimationDialog.cxx b/sd/source/ui/animations/CustomAnimationDialog.cxx
index 7318bf2bf65e..ae0fea167dae 100644
--- a/sd/source/ui/animations/CustomAnimationDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationDialog.cxx
@@ -1349,7 +1349,7 @@ CustomAnimationEffectTabPage::CustomAnimationEffectTabPage( Window* pParent, con
const Any aValue( pSet->getPropertyValue( nHandleSoundURL ) );
- if( aValue.getValueType() == ::cppu::UnoType<sal_Bool>::get()0) )
+ if( aValue.getValueType() == ::cppu::UnoType<sal_Bool>::get() )
{
nPos = 1;
}
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx
index 7e3a2c894767..457e2de93c5c 100644
--- a/sd/source/ui/animations/CustomAnimationPane.cxx
+++ b/sd/source/ui/animations/CustomAnimationPane.cxx
@@ -1354,7 +1354,7 @@ void CustomAnimationPane::changeSelection( STLPropertySet* pResultSet, STLProper
{
const Any aSoundSource( pResultSet->getPropertyValue( nHandleSoundURL ) );
- if( aSoundSource.getValueType() == ::cppu::UnoType<sal_Bool>::get()0) )
+ if( aSoundSource.getValueType() == ::cppu::UnoType<sal_Bool>::get() )
{
pEffect->setStopAudio();
bChanged = true;
diff --git a/sd/source/ui/unoidl/unopage.cxx b/sd/source/ui/unoidl/unopage.cxx
index 1fa1e58ecabb..35fcd9aefbd7 100644
--- a/sd/source/ui/unoidl/unopage.cxx
+++ b/sd/source/ui/unoidl/unopage.cxx
@@ -140,7 +140,7 @@ const SvxItemPropertySet* ImplGetDrawPagePropertySet( bool bImpress, PageKind eP
{ OUString("DateTimeFormat"), WID_PAGE_DATETIMEFORMAT, ::cppu::UnoType<sal_Int32>::get(), 0, 0},
{ OUString("TransitionType"), WID_TRANSITION_TYPE, ::cppu::UnoType<sal_Int16>::get(), 0, 0},
{ OUString("TransitionSubtype"), WID_TRANSITION_SUBTYPE, ::cppu::UnoType<sal_Int16>::get(), 0, 0},
- { OUString("TransitionDirection"), WID_TRANSITION_DIRECTION, ::cppu::UnoType<sal_Bool>::get()0), 0, 0},
+ { OUString("TransitionDirection"), WID_TRANSITION_DIRECTION, ::cppu::UnoType<sal_Bool>::get(), 0, 0},
{ OUString("TransitionFadeColor"), WID_TRANSITION_FADE_COLOR, ::cppu::UnoType<sal_Int32>::get(), 0, 0},
{ OUString("TransitionDuration"), WID_TRANSITION_DURATION, ::cppu::UnoType<double>::get(), 0, 0},
{ OUString("LoopSound"), WID_LOOP_SOUND, ::getBooleanCppuType(), 0, 0},