summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2013-10-04 16:57:18 +0200
committerJan Holesovsky <kendy@collabora.com>2013-10-04 20:27:30 +0200
commitad7b757a25d90e995606947ee639d5b620c267a2 (patch)
treede1a80f3bf6db7378f9853ba86f2d2b1047a96ed /cui
parentResolves: #i123417# handle subsetting of empty ttf compound glyphs gracefully (diff)
downloadcore-ad7b757a25d90e995606947ee639d5b620c267a2.tar.gz
core-ad7b757a25d90e995606947ee639d5b620c267a2.zip
'ist' -> 'is' here and there.
Change-Id: I0a463c38214b95582db2c7b3979367255426c14e
Diffstat (limited to 'cui')
-rw-r--r--cui/source/tabpages/tpgradnt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/tabpages/tpgradnt.cxx b/cui/source/tabpages/tpgradnt.cxx
index ca003637601c..6a2a70bfa5c8 100644
--- a/cui/source/tabpages/tpgradnt.cxx
+++ b/cui/source/tabpages/tpgradnt.cxx
@@ -800,7 +800,7 @@ IMPL_LINK_NOARG(SvxGradientTabPage, ChangeGradientHdl_Impl)
m_pLbGradientType->SelectEntryPos(
sal::static_int_cast< sal_uInt16 >( eXGS ) );
- // if the entry is not in the listbox ist,
+ // if the entry is not in the listbox,
// colors are added temporarily
m_pLbColorFrom->SetNoSelection();
m_pLbColorFrom->SelectEntry( pGradient->GetStartColor() );