diff options
author | Pedro Giffuni <pfg@apache.org> | 2012-02-14 20:58:39 +0000 |
---|---|---|
committer | Pedro Giffuni <pfg@apache.org> | 2012-02-14 20:58:39 +0000 |
commit | 8d741c046f62f118b5f53c425c69c307d923fe4d (patch) | |
tree | cfe8a170abac8ff53451c7c9bec3e27a4497f808 /sw/inc | |
parent | 82a0ff3aa1bcf06869faba88ae27ed07602de09b (diff) |
i20878 - Q-PCD shows spaces at end of a wrapped line in Writer.
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/paratr.hxx | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sw/inc/paratr.hxx b/sw/inc/paratr.hxx index 9952b8de06ef..78e91644e236 100644 --- a/sw/inc/paratr.hxx +++ b/sw/inc/paratr.hxx @@ -30,6 +30,7 @@ #include <swatrset.hxx> #include <format.hxx> #include <swtypes.hxx> +#include <editeng/adjitem.hxx> class SwCharFmt; class IntlWrapper; @@ -47,12 +48,12 @@ class IntlWrapper; //SwFmtDrop an die Absatze propagiert. class SW_DLLPUBLIC SwFmtDrop: public SfxPoolItem, public SwClient { - SwModify* pDefinedIn; // Modify-Object, in dem der DropCaps steht - // kann nur TxtFmtCollection/TxtNode sein - sal_uInt16 nDistance; // Abstand zum Textbeginn - sal_uInt16 nReadFmt; // fuer den Sw3-Reader: CharFormat-Id (Pool laden!) - sal_uInt8 nLines; // Anzahl der Zeilen - sal_uInt8 nChars; // Anzahl der Zeichen + SwModify* pDefinedIn; // Modify-Object, in which DropCaps exists + // can have only TxtFmtCollection/TxtNode + sal_uInt16 nDistance; // Distance from the text beginning + sal_uInt16 nReadFmt; // for the Sw3-Reader: CharFormat-Id (Pool load!) + sal_uInt8 nLines; // Number of lines + sal_uInt8 nChars; // Number of characters sal_Bool bWholeWord; // Erstes Wort als Initialen public: TYPEINFO(); //Bereits in der Basisklasse SwClient |