diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 08:24:32 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-25 08:25:10 +0200 |
commit | 631b67952909a73ba1851417bd2edbe02ad7be5a (patch) | |
tree | f69702066fe53b277212129655f4d1bfa0ef9997 /include/unotools/atom.hxx | |
parent | a4af308d90463049379557e2efc0205972164384 (diff) |
loplugin:unusedfields in include/toolkit,include/tools
Change-Id: I22966b66b1b8e4dff2e565de456f21a668f33f28
Diffstat (limited to 'include/unotools/atom.hxx')
-rw-r--r-- | include/unotools/atom.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
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; |