Kaydet (Commit) a2a922c2 authored tarafından Noel Grandin's avatar Noel Grandin

loplugin:singlevalfields in sw

Change-Id: I39a786155e25888fa9e719e22d2b0c4a70a5ce58
Reviewed-on: https://gerrit.libreoffice.org/64598
Tested-by: Jenkins
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst 4d725e38
......@@ -185,7 +185,6 @@ protected:
bool m_bTest6 :1; // Test-flag "No screen adj"
bool m_bTest7 :1; // Test-flag "win format"
bool m_bTest8 :1; // Test-flag ""
static bool s_bTest9; // Test-Flag "DrawingLayerNotLoading"
bool m_bTest10 :1; // Test-Flag "Format by Input"
#endif
......
......@@ -153,7 +153,7 @@ class SW_DLLPUBLIC SwTextFrame: public SwContentFrame
/// will still be set; GetFormatted() is the function that forces
/// recreation of the SwLineLayout by Format() if necessary.
static SwCache *s_pTextCache;
static long nMinPrtLine; // This Line must not be underrun when printing
static constexpr long nMinPrtLine = 0; // This Line must not be underrun when printing
// Hack for table cells stretching multiple pages
sal_uLong mnAllLines :24; // Line count for the Paint (including nThisLines)
......
......@@ -39,7 +39,6 @@
#include <dbg_lay.hxx>
SwCache *SwTextFrame::s_pTextCache = nullptr;
long SwTextFrame::nMinPrtLine = 0;
SwContourCache *pContourCache = nullptr;
SwDropCapCache *pDropCapCache = nullptr;
......
......@@ -43,9 +43,6 @@
#include <comphelper/lok.hxx>
#include <comphelper/configurationlistener.hxx>
#ifdef DBG_UTIL
bool SwViewOption::s_bTest9 = false; //DrawingLayerNotLoading
#endif
Color SwViewOption::s_aDocBoundColor(COL_LIGHTGRAY);
Color SwViewOption::s_aObjectBoundColor(COL_LIGHTGRAY);
Color SwViewOption::s_aDocColor(COL_LIGHTGRAY);
......
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