summaryrefslogtreecommitdiff
path: root/cui/source/tabpages/tpline.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/tabpages/tpline.cxx')
-rw-r--r--cui/source/tabpages/tpline.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/tabpages/tpline.cxx b/cui/source/tabpages/tpline.cxx
index 2fb8f898367d..05e9133f3b09 100644
--- a/cui/source/tabpages/tpline.cxx
+++ b/cui/source/tabpages/tpline.cxx
@@ -187,7 +187,7 @@ SvxLineTabPage::SvxLineTabPage
SetFieldUnit( aMtrStartWidth, eFUnit );
SetFieldUnit( aMtrEndWidth, eFUnit );
- // PoolUnit ermitteln
+ // determine PoolUnit
SfxItemPool* pPool = rOutAttrs.GetPool();
DBG_ASSERT( pPool, "Where is the pool?" );
ePoolUnit = pPool->GetMetric( SID_ATTR_LINE_WIDTH );
@@ -1592,7 +1592,7 @@ IMPL_LINK_NOARG(SvxLineTabPage, ChangeEdgeStyleHdl_Impl)
IMPL_LINK_NOARG(SvxLineTabPage, ClickInvisibleHdl_Impl)
{
- if( aLbLineStyle.GetSelectEntryPos() == 0 ) // unsichtbar
+ if( aLbLineStyle.GetSelectEntryPos() == 0 ) // invisible
{
aFtColor.Disable();
if(!bSymbols)