fix typos (wich instead of which)

This commit is contained in:
Philipp Riemer
2013-05-06 20:07:23 +02:00
parent 928d86d8a2
commit 2ce25faffd
70 changed files with 85 additions and 85 deletions

View File

@@ -26,7 +26,7 @@ namespace bib
// source in bibbeam.cxx
void HandleTaskPaneList( Window* pWindow, sal_Bool bAddToList );
// pWindow: just an system window or something wich is child of a system window
// pWindow: just an system window or something which is child of a system window
inline void AddToTaskPaneList( Window* pWindowToBeHandled )
{

View File

@@ -823,7 +823,7 @@ sal_Bool BibGeneralPage::HandleShortCutKey( const KeyEvent& rKeyEvent )
DBG_ASSERT( aControls[ nCtrlIndex ].is(), "-BibGeneralPage::HandleShortCutKey(): valid index and no control?" );
uno::Reference< awt::XControl > xControl( aControls[ nCtrlIndex ], UNO_QUERY );
DBG_ASSERT( xControl.is(), "-BibGeneralPage::HandleShortCutKey(): a control wich is not a control!" );
DBG_ASSERT( xControl.is(), "-BibGeneralPage::HandleShortCutKey(): a control which is not a control!" );
Window* pWindow = VCLUnoHelper::GetWindow( xControl->getPeer() );

View File

@@ -100,7 +100,7 @@ namespace pcr
// and insert all entries below this root into the listbox
if (xSearch.is())
{
// check wich service the allowed components must suppport
// check which service the allowed components must suppport
sal_Int16 nClassId = 0;
try { nClassId = ::comphelper::getINT16(m_xControlModel->getPropertyValue(PROPERTY_CLASSID)); } catch(...) { }
m_sRequiredService = (FormComponentType::RADIOBUTTON == nClassId) ? OUString(SERVICE_COMPONENT_GROUPBOX) : OUString(SERVICE_COMPONENT_FIXEDTEXT);