From 3a014901fdc4134f4fae669b66b154b1137c2352 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 23 Feb 2013 17:20:45 +0100 Subject: Fix typo seperated/separated Change-Id: I133423de994b1befe246b6c921802428a3528202 --- cui/source/dialogs/iconcdlg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui/source/dialogs') diff --git a/cui/source/dialogs/iconcdlg.cxx b/cui/source/dialogs/iconcdlg.cxx index 8c6feb08d268..12b2e50bcdf5 100644 --- a/cui/source/dialogs/iconcdlg.cxx +++ b/cui/source/dialogs/iconcdlg.cxx @@ -685,7 +685,7 @@ IMPL_LINK_NOARG(IconChoiceDialog, ResetHdl) if ( pData->bOnDemand ) { - // CSet on AIS has problems here, therefore seperated + // CSet on AIS has problems here, therefore separated const SfxItemSet* _pSet = &( pData->pPage->GetItemSet() ); pData->pPage->Reset( *(SfxItemSet*)_pSet ); } @@ -845,7 +845,7 @@ void IconChoiceDialog::ResetPageImpl () if ( pData->bOnDemand ) { - // CSet on AIS has problems here, therefore seperated + // CSet on AIS has problems here, therefore separated const SfxItemSet* _pSet = &pData->pPage->GetItemSet(); pData->pPage->Reset( *(SfxItemSet*)_pSet ); } -- cgit