summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/swfont.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-01-03 09:08:52 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-01-03 10:38:42 +0100
commit1b666235f6b0b0f0b13f473bf3b639f4f5f0b12f (patch)
tree27d954769f796bc5fcac78c51447b9d2336f5a5e /sw/source/core/inc/swfont.hxx
parent15d9087ff1e495e234b2cf073329c3358abb4dc0 (diff)
loplugin:singlevalfields improve copy constructor check
Change-Id: Id1e7fbecd9e9f816553d2e678c3f1b7890fc4db8 Reviewed-on: https://gerrit.libreoffice.org/47293 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/core/inc/swfont.hxx')
-rw-r--r--sw/source/core/inc/swfont.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/core/inc/swfont.hxx b/sw/source/core/inc/swfont.hxx
index ee377c50c6fd..3049a9478704 100644
--- a/sw/source/core/inc/swfont.hxx
+++ b/sw/source/core/inc/swfont.hxx
@@ -167,7 +167,6 @@ class SW_DLLPUBLIC SwFont
bool m_bPaintBlank :1; // blanks not with DrawRect
bool m_bFontChg :1;
bool m_bOrgChg :1; // nOrgHeight/Ascent are invalid
- bool m_bURL :1;
bool m_bGreyWave :1; // for the extended TextInput: gray waveline
public:
@@ -255,7 +254,6 @@ public:
bool IsMeta() const { return (0 != m_nMetaCount); }
sal_uInt8 &GetInputField() { return m_nInputFieldCount; }
bool IsInputField() const { return (0 != m_nInputFieldCount); }
- bool IsURL() const { return m_bURL; }
inline void SetGreyWave( const bool bNew );
bool IsGreyWave() const { return m_bGreyWave; }
bool IsPaintBlank() const { return m_bPaintBlank; }