diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-12-10 23:06:39 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-12-10 23:06:39 +0100 |
commit | eebc75ea6395848e618f4176f70900d7ebd017a8 (patch) | |
tree | dd32e3259c803850b4bd784e7cb499d197f1a2ec /sd | |
parent | cfb58670f13befd738eff485349894ae504200f0 (diff) |
Typos (mainly "propably")
Change-Id: Ifeecd82f98f9be9f90d293a7b68691f91d7bbc34
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/filter/sdpptwrp.cxx | 2 | ||||
-rw-r--r-- | sd/source/ui/view/ViewShellBase.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/filter/sdpptwrp.cxx b/sd/source/filter/sdpptwrp.cxx index 784bb0bd52a4..12fa4af077de 100644 --- a/sd/source/filter/sdpptwrp.cxx +++ b/sd/source/filter/sdpptwrp.cxx @@ -88,7 +88,7 @@ sal_Bool SdPPTFilter::Import() if( !pStorage->GetError() ) { /* check if there is a dualstorage, then the - document is propably a PPT95 containing PPT97 */ + document is probably a PPT95 containing PPT97 */ SvStorageRef xDualStorage; OUString sDualStorage( "PP97_DUALSTORAGE" ); if ( pStorage->IsContained( sDualStorage ) ) diff --git a/sd/source/ui/view/ViewShellBase.cxx b/sd/source/ui/view/ViewShellBase.cxx index 86a188842d82..56ee1054b67e 100644 --- a/sd/source/ui/view/ViewShellBase.cxx +++ b/sd/source/ui/view/ViewShellBase.cxx @@ -998,7 +998,7 @@ OUString ViewShellBase::GetInitialViewShellType (void) break; default: - // The page kind is invalid. This is propably an + // The page kind is invalid. This is probably an // error by the caller. We use the standard type to // keep things going. DBG_ASSERT(sal_False, "ViewShellBase::GetInitialViewShellType: invalid page kind"); |