summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/svxcss1.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2018-02-01 12:45:48 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-02-02 07:40:13 +0100
commit98864543c099027cc3dbedc0389ed46cefe4713e (patch)
treedfdc6d588879c110a2bf759b47c9e63024b18f29 /sw/source/filter/html/svxcss1.hxx
parentac7132598b1dfc4d266b89565755bd2795db9e0b (diff)
loplugin:singlevalfields
Change-Id: I346f236e28cb0bd064a7d757b187e5e64544700f Reviewed-on: https://gerrit.libreoffice.org/49086 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sw/source/filter/html/svxcss1.hxx')
-rw-r--r--sw/source/filter/html/svxcss1.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sw/source/filter/html/svxcss1.hxx b/sw/source/filter/html/svxcss1.hxx
index 566a9b143363..626368ad7173 100644
--- a/sw/source/filter/html/svxcss1.hxx
+++ b/sw/source/filter/html/svxcss1.hxx
@@ -200,7 +200,6 @@ class SvxCSS1Parser : public CSS1Parser
sal_uInt16 nMinFixLineSpace; // minimum spacing for fixed line spacing
rtl_TextEncoding eDfltEnc;
- Css1ScriptFlags nScriptFlags;
bool bIgnoreFontFamily;
@@ -302,10 +301,6 @@ public:
virtual void SetDfltEncoding( rtl_TextEncoding eEnc );
rtl_TextEncoding GetDfltEncoding() const { return eDfltEnc; }
- bool IsSetWesternProps() const { return bool(nScriptFlags & Css1ScriptFlags::Western); }
- bool IsSetCJKProps() const { return bool(nScriptFlags & Css1ScriptFlags::CJK); }
- bool IsSetCTLProps() const { return bool(nScriptFlags & Css1ScriptFlags::CTL); }
-
const OUString& GetBaseURL() const { return sBaseURL;}
};