diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-05-23 17:29:53 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-05-23 17:29:53 +0200 |
commit | 7f07c69df4110db804fd47193135c19b249cbbed (patch) | |
tree | 94aa30af1a2086289d23c6d8d78dbc746c7686f0 /sw | |
parent | 43030487c45f49bccdfad987c60d9483b938ebac (diff) |
-Werror,-Wunused-private-field
Change-Id: Ia30ad12d63423252c527de096cd1ae0ba3fd6aa5
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/text/inftxt.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/core/text/inftxt.hxx b/sw/source/core/text/inftxt.hxx index a627a187df55..0fb3c581962b 100644 --- a/sw/source/core/text/inftxt.hxx +++ b/sw/source/core/text/inftxt.hxx @@ -361,7 +361,6 @@ class SwTextPaintInfo : public SwTextSizeInfo const SwWrongList *pSmartTags; std::vector<long>* pSpaceAdd; const SvxBrushItem *pBrushItem; // For the background - SwRect aItemRect; // Also for the background SwTextFly aTextFly; // Calculate the FlyFrame Point aPos; // Paint position SwRect aPaintRect; // Original paint rect (from Layout paint) |