fix typos (wich instead of which)
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
@@ -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() );
|
||||
|
||||
|
@@ -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);
|
||||
|
Reference in New Issue
Block a user