summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-11-25 08:24:32 +0200
committerNoel Grandin <noel@peralex.com>2015-11-25 08:25:10 +0200
commit631b67952909a73ba1851417bd2edbe02ad7be5a (patch)
treef69702066fe53b277212129655f4d1bfa0ef9997 /include
parenta4af308d90463049379557e2efc0205972164384 (diff)
loplugin:unusedfields in include/toolkit,include/tools
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
Diffstat (limited to 'include')
-rw-r--r--include/toolkit/awt/vclxdevice.hxx1
-rw-r--r--include/tools/inetmime.hxx22
-rw-r--r--include/unotools/atom.hxx6
3 files changed, 0 insertions, 29 deletions
diff --git a/include/toolkit/awt/vclxdevice.hxx b/include/toolkit/awt/vclxdevice.hxx
index b5f984423bd6..4d54ec521c59 100644
--- a/include/toolkit/awt/vclxdevice.hxx
+++ b/include/toolkit/awt/vclxdevice.hxx
@@ -52,7 +52,6 @@ private:
VclPtr<OutputDevice> mpOutputDevice;
public:
- void* pDummy;
sal_uInt32 nFlags;
public:
diff --git a/include/tools/inetmime.hxx b/include/tools/inetmime.hxx
index 73d9975054a8..819e3b0f34ee 100644
--- a/include/tools/inetmime.hxx
+++ b/include/tools/inetmime.hxx
@@ -33,23 +33,6 @@ class INetMIMEOutputSink;
struct INetContentTypeParameter
{
- /** The name of the attribute, in US-ASCII encoding and converted to lower
- case. If a parameter value is split as described in RFC 2231, there
- will only be one item for the complete parameter, with the attribute
- name lacking any section suffix.
- */
- OString m_sAttribute;
-
- /** The optional character set specification (see RFC 2231), in US-ASCII
- encoding and converted to lower case.
- */
- OString m_sCharset;
-
- /** The optional language specification (see RFC 2231), in US-ASCII
- encoding and converted to lower case.
- */
- OString m_sLanguage;
-
/** The attribute value. If the value is a quoted-string, it is
'unpacked.' If a character set is specified, and the value can be
converted to Unicode, this is done. Also, if no character set is
@@ -69,11 +52,6 @@ struct INetContentTypeParameter
*/
OUString m_sValue;
- /** This is true if the value is successfully converted to Unicode, and
- false if the value is a special mixture of ISO-LATIN-1 characters and
- characters from Unicode's Private Use Area.
- */
- bool m_bConverted;
};
// the key is the m_sAttribute again; all keys are lower case:
diff --git a/include/unotools/atom.hxx b/include/unotools/atom.hxx
index fdc656e5b69a..f8f684cc3cca 100644
--- a/include/unotools/atom.hxx
+++ b/include/unotools/atom.hxx
@@ -31,12 +31,6 @@
namespace utl {
- struct AtomDescription
- {
- int atom;
- OUString description;
- };
-
class AtomProvider
{
int m_nAtoms;