diff options
Diffstat (limited to 'dbaccess/source/ui/inc/opendoccontrols.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/opendoccontrols.hxx | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/opendoccontrols.hxx b/dbaccess/source/ui/inc/opendoccontrols.hxx index 26957bbf8f70d..b4c73bfb9521b 100644 --- a/dbaccess/source/ui/inc/opendoccontrols.hxx +++ b/dbaccess/source/ui/inc/opendoccontrols.hxx @@ -1,3 +1,4 @@ +/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. @@ -28,15 +29,9 @@ #ifndef DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX #define DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX -#ifndef _SV_BUTTON_HXX #include <vcl/button.hxx> -#endif -#ifndef _SV_LSTBOX_HXX #include <vcl/lstbox.hxx> -#endif -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring.hxx> -#endif #include <map> //........................................................................ @@ -97,3 +92,4 @@ namespace dbaui #endif // DBACCESS_SOURCE_UI_INC_OPENDOCCONTROLS_HXX +/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |