summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-10-14 11:08:09 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-10-17 13:38:25 +0200
commit9d04e52257ea85c16d21ca78bebb3fb13fe99c60 (patch)
tree6729f6f022f5bff616ef2414a020441c09755d46 /include
parent1e97ca02773e2ba968606eed61d25d88f0d7e417 (diff)
SvxTextEncodingBox is now unused
Change-Id: I0276d79cd713357d36d504e8501cd1b979e86c9c Reviewed-on: https://gerrit.libreoffice.org/80766 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/txencbox.hxx44
1 files changed, 0 insertions, 44 deletions
diff --git a/include/svx/txencbox.hxx b/include/svx/txencbox.hxx
index 9745dc3f84e2..e5a7b250f1d2 100644
--- a/include/svx/txencbox.hxx
+++ b/include/svx/txencbox.hxx
@@ -19,54 +19,10 @@
#ifndef INCLUDED_SVX_TXENCBOX_HXX
#define INCLUDED_SVX_TXENCBOX_HXX
-#include <vcl/lstbox.hxx>
#include <vcl/weld.hxx>
#include <rtl/textenc.h>
#include <svx/svxdllapi.h>
-class SVX_DLLPUBLIC SvxTextEncodingBox : public ListBox
-{
-private:
- SVX_DLLPRIVATE sal_Int32 EncodingToPos_Impl( rtl_TextEncoding nEnc ) const;
-
-public:
- SvxTextEncodingBox( vcl::Window* pParent, WinBits nBits );
- virtual ~SvxTextEncodingBox() override;
-
- /** Fill with all known encodings but exclude those matching one or more
- given flags as defined in rtl/tencinfo.h
-
- <p> If nButIncludeInfoFlags is given, encodings are included even if they
- match nExcludeInfoFlags. Thus it is possible to exclude 16/32-bit
- Unicode with RTL_TEXTENCODING_INFO_UNICODE but to include UTF7 and UTF8
- with RTL_TEXTENCODING_INFO_MIME </p>
-
- @param bExcludeImportSubsets
- If <TRUE/>, some specific encodings are not listed, as they are a
- subset of another encoding. This is the case for
- RTL_TEXTENCODING_GB_2312, RTL_TEXTENCODING_GBK,
- RTL_TEXTENCODING_MS_936, which are covered by
- RTL_TEXTENCODING_GB_18030. Normally, this flag should be set to
- <TRUE/> whenever the box is used in import dialogs. */
- void FillFromTextEncodingTable(
- bool bExcludeImportSubsets,
- sal_uInt32 nExcludeInfoFlags = 0,
- sal_uInt32 nButIncludeInfoFlags = 0
- );
-
- /** Fill with all known MIME encodings and select the best according to
- <method>GetBestMimeEncoding</method>
- */
- void FillWithMimeAndSelectBest();
-
- void InsertTextEncoding( const rtl_TextEncoding nEnc,
- const OUString& rEntry );
-
- void SelectTextEncoding( const rtl_TextEncoding nEnc );
-
- rtl_TextEncoding GetSelectTextEncoding() const;
-};
-
class SVX_DLLPUBLIC TextEncodingBox
{
private: