summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg/TextConnectionHelper.hxx')
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
index 8a134b5c84f7..a05b95107716 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
@@ -34,10 +34,10 @@ namespace dbaui
{
- #define TC_EXTENSION ((short)0x01) // a section specifying the extension of the files to connect to
- #define TC_SEPARATORS ((short)0x02) // a section specifying the various separators
- #define TC_HEADER ((short)0x04) // a section containing the "Text contains header" check box only
- #define TC_CHARSET ((short)0x08) // not yet implemented
+ #define TC_EXTENSION (short(0x01)) // a section specifying the extension of the files to connect to
+ #define TC_SEPARATORS (short(0x02)) // a section specifying the various separators
+ #define TC_HEADER (short(0x04)) // a section containing the "Text contains header" check box only
+ #define TC_CHARSET (short(0x08)) // not yet implemented
// OTextConnectionPage
class OTextConnectionHelper final : public TabPage