summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/commontools/TKeys.cxx2
-rw-r--r--cui/source/customize/acccfg.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/JoinTableView.cxx2
-rw-r--r--filter/source/config/cache/filtercache.cxx2
-rw-r--r--svx/source/sdr/attribute/sdrtextattribute.cxx2
-rw-r--r--svx/source/sdr/contact/objectcontactofpageview.cxx2
-rw-r--r--svx/source/sdr/contact/viewobjectcontactofpageobj.cxx4
-rw-r--r--tools/source/rc/resmgr.cxx2
8 files changed, 9 insertions, 9 deletions
diff --git a/connectivity/source/commontools/TKeys.cxx b/connectivity/source/commontools/TKeys.cxx
index 693e686e8f9f..2aff5eedcc9a 100644
--- a/connectivity/source/commontools/TKeys.cxx
+++ b/connectivity/source/commontools/TKeys.cxx
@@ -235,7 +235,7 @@ sdbcx::ObjectType OKeysHelper::appendObject( const OUString& _rForName, const Re
while( xResult->next() )
{
OUString sName = xRow->getString(nColumn);
- if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be te new one
+ if ( !m_pElements->exists(sName) ) // this name wasn't inserted yet so it must be the new one
{
descriptor->setPropertyValue( rPropMap.getNameByIndex( PROPERTY_ID_NAME ), makeAny( sName ) );
sNewName = sName;
diff --git a/cui/source/customize/acccfg.cxx b/cui/source/customize/acccfg.cxx
index 38c4c8a4561a..9681e3225410 100644
--- a/cui/source/customize/acccfg.cxx
+++ b/cui/source/customize/acccfg.cxx
@@ -1443,7 +1443,7 @@ void SfxAcceleratorConfigPage::Reset( const SfxItemSet& rSet )
// e.g. m_sModuleUIName!
InitAccCfg();
- // change te description of the radio button, which switch to the module
+ // change the description of the radio button, which switch to the module
// dependend accelerator configuration
OUString sButtonText = m_pModuleButton->GetText();
sButtonText = sButtonText.replaceFirst("$(MODULE)", m_sModuleUIName);
diff --git a/dbaccess/source/ui/querydesign/JoinTableView.cxx b/dbaccess/source/ui/querydesign/JoinTableView.cxx
index 197402e15e7a..66c6b0ef4662 100644
--- a/dbaccess/source/ui/querydesign/JoinTableView.cxx
+++ b/dbaccess/source/ui/querydesign/JoinTableView.cxx
@@ -1373,7 +1373,7 @@ bool OJoinTableView::PreNotify(NotifyEvent& rNEvt)
{
GrabFocus();
// necessary : a conn may be selected even if a tab win has the focus, in this case
- // the next travel would select the same conn again if we would not reset te focus ...
+ // the next travel would select the same conn again if we would not reset the focus ...
SelectConn(pNextConn);
}
}
diff --git a/filter/source/config/cache/filtercache.cxx b/filter/source/config/cache/filtercache.cxx
index dfd622196ee0..a4f80a310656 100644
--- a/filter/source/config/cache/filtercache.cxx
+++ b/filter/source/config/cache/filtercache.cxx
@@ -496,7 +496,7 @@ void FilterCache::addStatePropsToItem( EItemType eType,
{
/* TODO
Hack -->
- The default frame loader cant be located inside te normal set of frame loaders.
+ The default frame loader cant be located inside the normal set of frame loaders.
Its an atomic property inside the misc cfg package. So we cant retrieve the information
about FINALIZED and MANDATORY very easy ... :-(
=> set it to readonly/required everytimes :-)
diff --git a/svx/source/sdr/attribute/sdrtextattribute.cxx b/svx/source/sdr/attribute/sdrtextattribute.cxx
index e6f6a6deb141..6b3fd30b735f 100644
--- a/svx/source/sdr/attribute/sdrtextattribute.cxx
+++ b/svx/source/sdr/attribute/sdrtextattribute.cxx
@@ -39,7 +39,7 @@ namespace drawinglayer
sal_uInt32 mnRefCount;
// all-text attributes. The SdrText itself and a copy
- // of te OPO
+ // of the OPO
const SdrText* mpSdrText;
const OutlinerParaObject* mpOutlinerParaObject;
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx
index 76f7d0525834..019cc2c79f34 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -89,7 +89,7 @@ namespace sdr
}
}
- // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism
+ // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism
void ObjectContactOfPageView::Timeout()
{
// stop the timer
diff --git a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
index f4e346539330..4e62a86882ab 100644
--- a/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
+++ b/svx/source/sdr/contact/viewobjectcontactofpageobj.cxx
@@ -60,7 +60,7 @@ namespace sdr
// original OC
virtual void setLazyInvalidate(ViewObjectContact& rVOC) SAL_OVERRIDE;
- // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism
+ // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism
virtual void Timeout() SAL_OVERRIDE;
// get primitive visualization
@@ -108,7 +108,7 @@ namespace sdr
Start();
}
- // From baseclass Timer, the timeout call triggered by te LazyInvalidate mechanism
+ // From baseclass Timer, the timeout call triggered by the LazyInvalidate mechanism
void PagePrimitiveExtractor::Timeout()
{
// stop the timer
diff --git a/tools/source/rc/resmgr.cxx b/tools/source/rc/resmgr.cxx
index e8bd4479c054..b582990e5ecd 100644
--- a/tools/source/rc/resmgr.cxx
+++ b/tools/source/rc/resmgr.cxx
@@ -1627,7 +1627,7 @@ OUString SimpleResMgr::ReadString( sal_uInt32 nId )
// sal_uIntPtr nLen = pResHeader->GetLocalOff() - sizeof(RSHEADER_TYPE);
ResMgr::GetString( sReturn, (const sal_uInt8*)(pResHeader+1) );
- // not necessary with te current implementation which holds the string table permanently, but to be sure ....
+ // not necessary with the current implementation which holds the string table permanently, but to be sure ....
// note: pFallback cannot be NULL here and is either the fallback or m_pResImpl
InternalResMgr::FreeGlobalRes( pResHeader, pResHandle );
if( m_pResImpl != pFallback )