[Libreoffice-commits] core.git: sc/source
Julien Nabet
serval2412 at yahoo.fr
Mon Jul 3 19:37:31 UTC 2017
sc/source/ui/unoobj/filtuno.cxx | 13 -------------
1 file changed, 13 deletions(-)
New commits:
commit 9170d10cc57c3f0f3e82b27ce4b2cd9c897e669d
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Mon Jul 3 20:50:46 2017 +0200
No need anymore to duplicate DBFType enum
Change-Id: I4108cc3ec98796f6d5e2e5ba139f20f00a692d30
Reviewed-on: https://gerrit.libreoffice.org/39486
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sc/source/ui/unoobj/filtuno.cxx b/sc/source/ui/unoobj/filtuno.cxx
index fd98a2cb590c..df7456273747 100644
--- a/sc/source/ui/unoobj/filtuno.cxx
+++ b/sc/source/ui/unoobj/filtuno.cxx
@@ -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)
{
More information about the Libreoffice-commits
mailing list