diff options
Diffstat (limited to 'include/unotools/atom.hxx')
-rw-r--r-- | include/unotools/atom.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unotools/atom.hxx b/include/unotools/atom.hxx index 7a64584024de..871085199881 100644 --- a/include/unotools/atom.hxx +++ b/include/unotools/atom.hxx @@ -51,7 +51,6 @@ namespace utl { const OUString& getString( int ) const; }; - class UNOTOOLS_DLLPUBLIC MultiAtomProvider { ::boost::unordered_map< int, AtomProvider*, ::boost::hash< int > > m_aAtomLists; |