summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Carl <j.carl43@gmx.de>2017-05-11 05:32:11 +0000
committerMichael Stahl <mstahl@redhat.com>2017-05-11 12:12:35 +0200
commite3e335220aacc9d2757034cdb7a6f57fbe4eac46 (patch)
treedf470ce390c0a741d32ab9e6c646bb2d3362618e
parentaf0be282bb6dab9c4071223e7f47684f2d404717 (diff)
tdf#39468: Translate German comments sw/source/filter/html/htmlfly.hxx
Change-Id: Ifa287b96f47b5e61eb43289a20a1102ed37c6722 Reviewed-on: https://gerrit.libreoffice.org/37492 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
-rw-r--r--sw/source/filter/html/htmlfly.hxx11
1 files changed, 5 insertions, 6 deletions
diff --git a/sw/source/filter/html/htmlfly.hxx b/sw/source/filter/html/htmlfly.hxx
index 8fe110c90ed4..9f01ef648038 100644
--- a/sw/source/filter/html/htmlfly.hxx
+++ b/sw/source/filter/html/htmlfly.hxx
@@ -29,8 +29,7 @@ class SwFrameFormat;
class SwNodeIndex;
class SwPosFlyFrame;
-// ACHTUNG: Die Werte dieses Enumgs gehen direkt in die
-// Augabe Tabelle!!!
+// ATTENTION: The values of this enum are used directly in the output table!!!
enum SwHTMLFrameType
{
HTML_FRMTYPE_TABLE,
@@ -96,11 +95,11 @@ extern AllHtmlFlags aHTMLOutFrameAsCharTable[MAX_FRMTYPES][MAX_BROWSERS];
class SwHTMLPosFlyFrame
{
- const SwFrameFormat *pFrameFormat; // der Rahmen
- const SdrObject *pSdrObject; // ggf. Sdr-Objekt
+ const SwFrameFormat *pFrameFormat; // the frame
+ const SdrObject *pSdrObject; // maybe Sdr-Object
SwNodeIndex *pNdIdx; // Node-Index
- sal_uInt32 nOrdNum; // Aus SwPosFlyFrame
- sal_Int32 nContentIdx; // seine Position im Content
+ sal_uInt32 nOrdNum; // from SwPosFlyFrame
+ sal_Int32 nContentIdx; // its position in content
AllHtmlFlags nAllFlags;
SwHTMLPosFlyFrame(const SwHTMLPosFlyFrame&) = delete;