Kaydet (Commit) 9170d10c authored tarafından Julien Nabet's avatar Julien Nabet

No need anymore to duplicate DBFType enum

Change-Id: I4108cc3ec98796f6d5e2e5ba139f20f00a692d30
Reviewed-on: https://gerrit.libreoffice.org/39486Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst eb104a28
......@@ -70,19 +70,6 @@ namespace
charset_from_user_setting,
charset_default
};
// TODO: use DTable.hxx instead
enum DBFType { dBaseIII = 0x03,
dBaseIV = 0x04,
dBaseV = 0x05,
VisualFoxPro = 0x30,
VisualFoxProAuto = 0x31, // Visual FoxPro with AutoIncrement field
dBaseFS = 0x43,
dBaseFSMemo = 0xB3,
dBaseIIIMemo = 0x83,
dBaseIVMemo = 0x8B,
dBaseIVMemoSQL = 0x8E,
FoxProMemo = 0xF5
};
charsetSource load_CharSet(rtl_TextEncoding &nCharSet, bool bExport, SvStream* dbf_Stream)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment