diff options
author | Guillaume Poussel <gpoussel@gmail.com> | 2011-02-08 08:48:59 +0100 |
---|---|---|
committer | Cédric Bosdonnat <cedricbosdo@openoffice.org> | 2011-02-08 19:06:48 +0100 |
commit | 842bfb16f710a624eb48294e5410e9944160c70d (patch) | |
tree | 7c85ef2417a993c608585948eab1a4e7faeb4b1b /extensions/source/abpilot | |
parent | b0c96965cfc02d2beb062158483079a2e746474f (diff) |
Remove useless comments in components.
Diffstat (limited to 'extensions/source/abpilot')
-rw-r--r-- | extensions/source/abpilot/fieldmappingpage.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/abpilot/fieldmappingpage.cxx b/extensions/source/abpilot/fieldmappingpage.cxx index 323259965d62..5e1a6f91290e 100644 --- a/extensions/source/abpilot/fieldmappingpage.cxx +++ b/extensions/source/abpilot/fieldmappingpage.cxx @@ -53,7 +53,6 @@ namespace abp m_aInvokeDialog.SetClickHdl( LINK( this, FieldMappingPage, OnInvokeDialog ) ); // check the size of the InvokeDialog button - some languages are very ... gossipy here .... - // 96349 - 09.01.2002 - fs@openoffice.org sal_Int32 nTextWidth = m_aInvokeDialog.GetTextWidth( m_aInvokeDialog.GetText() ); sal_Int32 nBorderSpace = m_aInvokeDialog.LogicToPixel( Point( 4, 0 ), MAP_APPFONT ).X(); |