summaryrefslogtreecommitdiff
path: root/include/svx/txencbox.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/txencbox.hxx')
-rw-r--r--include/svx/txencbox.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index dc86c1626f0a..b9827c3cc841 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -23,19 +23,14 @@
#include <rtl/textenc.h>
#include <svx/svxdllapi.h>
-class SvxTextEncodingTable;
-
class SVX_DLLPUBLIC SvxTextEncodingBox : public ListBox
{
private:
- const SvxTextEncodingTable* m_pEncTable;
-
SVX_DLLPRIVATE sal_Int32 EncodingToPos_Impl( rtl_TextEncoding nEnc ) const;
public:
SvxTextEncodingBox( vcl::Window* pParent, WinBits nBits );
virtual ~SvxTextEncodingBox() override;
- virtual void dispose() override;
/** Fill with all known encodings but exclude those matching one or more
given flags as defined in rtl/tencinfo.h