diff options
author | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2014-04-29 19:25:03 +0000 |
commit | 28206a7cb43aff5adb10f8235ad1680c3941ee3e (patch) | |
tree | 89886aa22af7483120081efc38a138d737651703 /sfx2/source/doc/docfile.cxx | |
parent | c3f20ae9a447f50517fe545a53de91d412c3337c (diff) |
Many spelling fixes: directories r* - z*.
Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame the international nature of the code but
it is somewhat shameful that this wasn't done before.
Notes
Notes:
merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
Diffstat (limited to 'sfx2/source/doc/docfile.cxx')
-rw-r--r-- | sfx2/source/doc/docfile.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sfx2/source/doc/docfile.cxx b/sfx2/source/doc/docfile.cxx index 02a17a200eae..c15dc4bc0f07 100644 --- a/sfx2/source/doc/docfile.cxx +++ b/sfx2/source/doc/docfile.cxx @@ -2533,7 +2533,7 @@ void SfxMedium::UseInteractionHandler( sal_Bool bUse ) ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > SfxMedium::GetInteractionHandler() { - // if interaction isnt allowed explicitly ... return empty reference! + // if interaction isn't allowed explicitly ... return empty reference! if ( !pImp->bUseInteractionHandler ) return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); @@ -2546,7 +2546,7 @@ SfxMedium::GetInteractionHandler() return xHandler; } - // if default interaction isnt allowed explicitly ... return empty reference! + // if default interaction isn't allowed explicitly ... return empty reference! if ( !pImp->bAllowDefaultIntHdl ) return ::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler >(); @@ -3405,7 +3405,7 @@ sal_Bool SfxMedium::IsReadOnly() { sal_Bool bReadOnly = sal_False; - // a) ReadOnly filter cant produce read/write contents! + // a) ReadOnly filter can't produce read/write contents! bReadOnly = ( (pFilter ) && ((pFilter->GetFilterFlags() & SFX_FILTER_OPENREADONLY) == SFX_FILTER_OPENREADONLY) |