Kaydet (Commit) b1659103 authored tarafından Johnny_M's avatar Johnny_M Kaydeden (comit) Michael Stahl

Translate German comments and debug strings (leftovers)

Additionally:
- A few grammatical fixes

Change-Id: I15ba3809f6b4746be5a691ec2adc0ea17730fa4a
Reviewed-on: https://gerrit.libreoffice.org/42690Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst 8da365e2
......@@ -41,8 +41,8 @@ public:
// "purely virtual methods" from the SfxPoolItem
virtual bool operator==( const SfxPoolItem& ) const override;
virtual SfxPoolItem* Clone( SfxItemPool *pPool = nullptr ) const override;
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; // leer
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; // leer
virtual bool QueryValue( css::uno::Any& rVal, sal_uInt8 nMemberId = 0 ) const override; // empty
virtual bool PutValue( const css::uno::Any& rVal, sal_uInt8 nMemberId ) override; // empty
};
......
......@@ -33,7 +33,7 @@
</prop>
<prop oor:name="FormatName" oor:type="xs:string">
<info>
<desc>A shortname, which describe the grafik format.</desc>
<desc>A shortname which describes the graphics format.</desc>
</info>
</prop>
<prop oor:name="RealFilterName" oor:type="xs:string">
......
......@@ -768,7 +768,7 @@ void ParagraphObj::CalculateGraphicBulletSize( sal_uInt16 nFontHeight )
{
if ( ( nNumberingType == SVX_NUM_BITMAP ) && ( nBulletId != 0xffff ) )
{
// calculate the bulletrealsize for this grafik
// calculate the bullet real size for this graphic
if ( aBuGraSize.Width() && aBuGraSize.Height() )
{
double fCharHeight = nFontHeight;
......
......@@ -172,8 +172,8 @@ void
Cplusplus++;
break;
case 'u': /* -undef fuer GCC (dummy) */
case 'l': /* -lang-c++ fuer GCC (dummy) */
case 'u': /* -undef for GCC (dummy) */
case 'l': /* -lang-c++ for GCC (dummy) */
break;
default:
......
......@@ -96,7 +96,7 @@ void SwFieldDBPage::dispose()
// initialise TabPage
void SwFieldDBPage::Reset(const SfxItemSet*)
{
Init(); // Allgemeine initialisierung
Init(); // general initialization
m_pTypeLB->SetUpdateMode(false);
const sal_Int32 nOldPos = m_pTypeLB->GetSelectedEntryPos();
......
......@@ -77,9 +77,9 @@ public:
WinSalInfoPrinter* mpInfoPrinter; // pointer to the compatible InfoPrinter
WinSalPrinter* mpNextPrinter; // next printing printer
HDC mhDC; // printer hdc
sal_uIntPtr mnError; // Error Code
sal_uIntPtr mnCopies; // Kopien
bool mbCollate; // Sortierte Kopien
sal_uIntPtr mnError; // error code
sal_uIntPtr mnCopies; // copies
bool mbCollate; // collated copies
bool mbAbort; // Job Aborted
bool mbValid;
......
......@@ -233,7 +233,7 @@ std::vector<TextLine>::size_type TEParaPortion::GetLineNumber( sal_Int32 nChar,
void TEParaPortion::CorrectValuesBehindLastFormattedLine( sal_uInt16 nLastFormattedLine )
{
sal_uInt16 nLines = maLines.size();
SAL_WARN_IF( !nLines, "vcl", "CorrectPortionNumbersFromLine: Leere Portion?" );
SAL_WARN_IF( !nLines, "vcl", "CorrectPortionNumbersFromLine: Empty portion?" );
if ( nLastFormattedLine < ( nLines - 1 ) )
{
const TextLine& rLastFormatted = maLines[ nLastFormattedLine ];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment