diff options
author | Noel Grandin <noel@peralex.com> | 2014-07-17 14:49:41 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2014-07-17 14:49:41 +0200 |
commit | 8416a65af18b7b030dece09f532235b8bb195a2b (patch) | |
tree | 5537ac31914df1887d0f20490e6658fa23c0691e /sfx2/source | |
parent | a39f690a2ac9bf8a04d3371cc837ca81bd85f22c (diff) |
fix spelling structur -> structure
Change-Id: I7aa4a9bf72732db95a67cee368f3a83a0d71bb9c
Diffstat (limited to 'sfx2/source')
-rw-r--r-- | sfx2/source/control/request.cxx | 2 | ||||
-rw-r--r-- | sfx2/source/dialog/tabdlg.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/request.cxx b/sfx2/source/control/request.cxx index 5675454a18ee..083d5ea2e055 100644 --- a/sfx2/source/control/request.cxx +++ b/sfx2/source/control/request.cxx @@ -49,7 +49,7 @@ struct SfxRequest_Impl: public SfxListener /* [Description] - Implementation structur of the <SfxRequest> class. + Implementation structure of the <SfxRequest> class. */ { diff --git a/sfx2/source/dialog/tabdlg.cxx b/sfx2/source/dialog/tabdlg.cxx index 6039cdaf4bf8..5abd6f6591c6 100644 --- a/sfx2/source/dialog/tabdlg.cxx +++ b/sfx2/source/dialog/tabdlg.cxx @@ -1267,7 +1267,7 @@ IMPL_LINK( SfxTabDialog, DeactivatePageHdl, TabControl *, pTabCtrl ) return sal_False; #ifdef DBG_UTIL Data_Impl* pDataObject = Find( pImpl->aData, pTabCtrl->GetCurPageId() ); - DBG_ASSERT( pDataObject, "no Data structur for current page" ); + DBG_ASSERT( pDataObject, "no Data structure for current page" ); if ( pPage->HasExchangeSupport() && pDataObject->bOnDemand ) { DBG_WARNING( "Data exchange in ItemsOnDemand is not desired!" ); |