summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-03-29 18:25:27 +0100
committerThomas Arnhold <thomas@arnhold.org>2014-03-29 19:16:22 +0100
commitb4b180db13d9525277164732d7ad7c77d404e29d (patch)
treebe201962dd2f0c3193dcbaeae87f75c2ade9c71e
parent67587cdf8c893ff717ece6517d5520be75bd4a30 (diff)
typo: temorary -> temporary
-rw-r--r--comphelper/source/container/embeddedobjectcontainer.cxx2
-rw-r--r--svx/source/sdr/contact/viewcontactofe3dscene.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/source/container/embeddedobjectcontainer.cxx b/comphelper/source/container/embeddedobjectcontainer.cxx
index b10be3982c6d..707cfc042702 100644
--- a/comphelper/source/container/embeddedobjectcontainer.cxx
+++ b/comphelper/source/container/embeddedobjectcontainer.cxx
@@ -451,7 +451,7 @@ void EmbeddedObjectContainer::AddEmbeddedObject( const ::com::sun::star::uno::Re
if ( xChild.is() && xChild->getParent() != pImpl->m_xModel.get() )
xChild->setParent( pImpl->m_xModel.get() );
- // look for object in temorary container
+ // look for object in temporary container
if ( pImpl->mpTempObjectContainer )
{
aIt = pImpl->mpTempObjectContainer->pImpl->maObjectContainer.begin();
diff --git a/svx/source/sdr/contact/viewcontactofe3dscene.cxx b/svx/source/sdr/contact/viewcontactofe3dscene.cxx
index e82bcdc97bba..e37b3a3118cb 100644
--- a/svx/source/sdr/contact/viewcontactofe3dscene.cxx
+++ b/svx/source/sdr/contact/viewcontactofe3dscene.cxx
@@ -198,7 +198,7 @@ namespace sdr
const double fMinZ(-aCameraRange.getMaxZ());
const double fMaxZ(-aCameraRange.getMinZ());
- // construct temorary matrix from world to device. Use unit values here to measure expansion
+ // construct temporary matrix from world to device. Use unit values here to measure expansion
basegfx::B3DHomMatrix aWorldToDevice(aWorldToCamera);
const drawinglayer::attribute::SdrSceneAttribute& rSdrSceneAttribute = getSdrSceneAttribute();