summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/dlg
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/dlg')
-rw-r--r--dbaccess/source/ui/dlg/ConnectionHelper.hxx6
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPage.hxx4
-rw-r--r--dbaccess/source/ui/dlg/ConnectionPageSetup.hxx4
-rw-r--r--dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx4
-rw-r--r--dbaccess/source/ui/dlg/DbAdminImpl.hxx6
-rw-r--r--dbaccess/source/ui/dlg/DriverSettings.hxx6
-rw-r--r--dbaccess/source/ui/dlg/TextConnectionHelper.hxx4
-rw-r--r--dbaccess/source/ui/dlg/UserAdmin.hxx6
-rw-r--r--dbaccess/source/ui/dlg/admincontrols.hxx6
-rw-r--r--dbaccess/source/ui/dlg/adminpages.hxx6
-rw-r--r--dbaccess/source/ui/dlg/adodatalinks.hxx4
-rw-r--r--dbaccess/source/ui/dlg/advancedsettings.hxx6
-rw-r--r--dbaccess/source/ui/dlg/dbfindex.hxx6
-rw-r--r--dbaccess/source/ui/dlg/dsnItem.hxx6
-rw-r--r--dbaccess/source/ui/dlg/dsselect.hxx6
-rw-r--r--dbaccess/source/ui/dlg/finteraction.hxx6
-rw-r--r--dbaccess/source/ui/dlg/generalpage.hxx6
-rw-r--r--dbaccess/source/ui/dlg/odbcconfig.hxx6
-rw-r--r--dbaccess/source/ui/dlg/optionalboolitem.hxx6
-rw-r--r--dbaccess/source/ui/dlg/tablespage.hxx6
20 files changed, 55 insertions, 55 deletions
diff --git a/dbaccess/source/ui/dlg/ConnectionHelper.hxx b/dbaccess/source/ui/dlg/ConnectionHelper.hxx
index eec5eddec541..f478d14b9bed 100644
--- a/dbaccess/source/ui/dlg/ConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionHelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_CONNECTIONHELPER_HXX
-#define DBAUI_CONNECTIONHELPER_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONHELPER_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONHELPER_HXX
#include "adminpages.hxx"
#include <ucbhelper/content.hxx>
@@ -97,6 +97,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBAUI_CONNECTIONHELPER_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONHELPER_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/ConnectionPage.hxx b/dbaccess/source/ui/dlg/ConnectionPage.hxx
index 040477107d9f..d09dca9d161f 100644
--- a/dbaccess/source/ui/dlg/ConnectionPage.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_CONNECTIONPAGE_HXX
-#define DBAUI_CONNECTIONPAGE_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONPAGE_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONPAGE_HXX
#include "ConnectionHelper.hxx"
#include "adminpages.hxx"
diff --git a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
index 108fdd6c30ec..08eb1fdcbea9 100644
--- a/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
+++ b/dbaccess/source/ui/dlg/ConnectionPageSetup.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_CONNECTIONPAGESETUP_HXX
-#define DBAUI_CONNECTIONPAGESETUP_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONPAGESETUP_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_CONNECTIONPAGESETUP_HXX
#include "ConnectionHelper.hxx"
#include "adminpages.hxx"
diff --git a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
index f34eaa56e65e..aa6f58f50024 100644
--- a/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
+++ b/dbaccess/source/ui/dlg/DBSetupConnectionPages.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_DBSETUPCONNECTIONPAGES_HXX
-#define DBAUI_DBSETUPCONNECTIONPAGES_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DBSETUPCONNECTIONPAGES_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DBSETUPCONNECTIONPAGES_HXX
#include "ConnectionPageSetup.hxx"
diff --git a/dbaccess/source/ui/dlg/DbAdminImpl.hxx b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
index ca8325b009c4..d8b91e323e91 100644
--- a/dbaccess/source/ui/dlg/DbAdminImpl.hxx
+++ b/dbaccess/source/ui/dlg/DbAdminImpl.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_DBADMINIMPL_HXX_
-#define _DBAUI_DBADMINIMPL_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DBADMINIMPL_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DBADMINIMPL_HXX
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
@@ -169,6 +169,6 @@ namespace dbaui
} // namespace dbaui
-#endif // _DBAUI_DBADMINIMPL_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_DBADMINIMPL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/DriverSettings.hxx b/dbaccess/source/ui/dlg/DriverSettings.hxx
index 21854d52a8a8..3854bd61616e 100644
--- a/dbaccess/source/ui/dlg/DriverSettings.hxx
+++ b/dbaccess/source/ui/dlg/DriverSettings.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_DRIVERSETTINGS_HXX
-#define DBAUI_DRIVERSETTINGS_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DRIVERSETTINGS_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DRIVERSETTINGS_HXX
#include "dsntypes.hxx"
#include <svl/poolitem.hxx>
@@ -94,6 +94,6 @@ namespace dbaui
};
}
-#endif // DBAUI_DRIVERSETTINGS_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_DRIVERSETTINGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
index ff280023ce4a..8defb64b3118 100644
--- a/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
+++ b/dbaccess/source/ui/dlg/TextConnectionHelper.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_TEXTCONNECTIONHELPER_HXX
-#define DBAUI_TEXTCONNECTIONHELPER_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_TEXTCONNECTIONHELPER_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_TEXTCONNECTIONHELPER_HXX
#include "ConnectionPageSetup.hxx"
#include "adminpages.hxx"
diff --git a/dbaccess/source/ui/dlg/UserAdmin.hxx b/dbaccess/source/ui/dlg/UserAdmin.hxx
index ad48c761a305..347a11033765 100644
--- a/dbaccess/source/ui/dlg/UserAdmin.hxx
+++ b/dbaccess/source/ui/dlg/UserAdmin.hxx
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_USERADMIN_HXX
-#define DBAUI_USERADMIN_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_USERADMIN_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_USERADMIN_HXX
#include <vcl/fixed.hxx>
#include <vcl/field.hxx>
@@ -80,6 +80,6 @@ public:
virtual void fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList);
};
}
-#endif // DBAUI_USERADMIN_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_USERADMIN_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/admincontrols.hxx b/dbaccess/source/ui/dlg/admincontrols.hxx
index aafa8c9bd7c9..95b729cde6cc 100644
--- a/dbaccess/source/ui/dlg/admincontrols.hxx
+++ b/dbaccess/source/ui/dlg/admincontrols.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBACCESS_ADMINCONTROLS_HXX
-#define DBACCESS_ADMINCONTROLS_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINCONTROLS_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINCONTROLS_HXX
#include "adminpages.hxx"
@@ -66,6 +66,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBACCESS_ADMINCONTROLS_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINCONTROLS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx
index 51920b8af890..c7e551957455 100644
--- a/dbaccess/source/ui/dlg/adminpages.hxx
+++ b/dbaccess/source/ui/dlg/adminpages.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_ADMINPAGES_HXX_
-#define _DBAUI_ADMINPAGES_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINPAGES_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINPAGES_HXX
#include <sfx2/tabdlg.hxx>
#include "dsntypes.hxx"
@@ -269,6 +269,6 @@ namespace dbaui
} // namespace dbaui
-#endif // _DBAUI_ADMINPAGES_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_ADMINPAGES_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/adodatalinks.hxx b/dbaccess/source/ui/dlg/adodatalinks.hxx
index e5de6c289a28..11a0da006e61 100644
--- a/dbaccess/source/ui/dlg/adodatalinks.hxx
+++ b/dbaccess/source/ui/dlg/adodatalinks.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_ADO_DATALINK_HXX_
-#define _DBAUI_ADO_DATALINK_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_ADODATALINKS_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_ADODATALINKS_HXX
#include <osl/module.h>
#include "commontypes.hxx"
diff --git a/dbaccess/source/ui/dlg/advancedsettings.hxx b/dbaccess/source/ui/dlg/advancedsettings.hxx
index b042389196f0..02fb4565e535 100644
--- a/dbaccess/source/ui/dlg/advancedsettings.hxx
+++ b/dbaccess/source/ui/dlg/advancedsettings.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBACCESS_ADVANCEDSETTINGS_HXX
-#define DBACCESS_ADVANCEDSETTINGS_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_ADVANCEDSETTINGS_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_ADVANCEDSETTINGS_HXX
#include "adminpages.hxx"
#include "dsmeta.hxx"
@@ -134,6 +134,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBACCESS_ADVANCEDSETTINGS_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_ADVANCEDSETTINGS_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/dbfindex.hxx b/dbaccess/source/ui/dlg/dbfindex.hxx
index 1dfb2a559c41..74cb0627e723 100644
--- a/dbaccess/source/ui/dlg/dbfindex.hxx
+++ b/dbaccess/source/ui/dlg/dbfindex.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_DBFINDEX_HXX_
-#define _DBAUI_DBFINDEX_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DBFINDEX_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DBFINDEX_HXX
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
@@ -129,6 +129,6 @@ public:
} // namespace dbaui
-#endif // _DBAUI_DBFINDEX_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_DBFINDEX_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/dsnItem.hxx b/dbaccess/source/ui/dlg/dsnItem.hxx
index 8f1b636f8f3f..0f425cd0898d 100644
--- a/dbaccess/source/ui/dlg/dsnItem.hxx
+++ b/dbaccess/source/ui/dlg/dsnItem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_DSNITEM_HXX_
-#define _DBAUI_DSNITEM_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DSNITEM_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DSNITEM_HXX
#include <svl/poolitem.hxx>
@@ -47,6 +47,6 @@ namespace dbaui
};
} // namespace dbaui
-#endif // _DBAUI_DSNITEM_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_DSNITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/dsselect.hxx b/dbaccess/source/ui/dlg/dsselect.hxx
index 171fa415c84d..338eb34c915d 100644
--- a/dbaccess/source/ui/dlg/dsselect.hxx
+++ b/dbaccess/source/ui/dlg/dsselect.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_DSSELECT_HXX_
-#define _DBAUI_DSSELECT_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_DSSELECT_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_DSSELECT_HXX
#include "dsntypes.hxx"
#include "odbcconfig.hxx"
@@ -75,6 +75,6 @@ protected:
} // namespace dbaui
-#endif // _DBAUI_DSSELECT_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_DSSELECT_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/finteraction.hxx b/dbaccess/source/ui/dlg/finteraction.hxx
index 1df4220745d2..eeee142fea79 100644
--- a/dbaccess/source/ui/dlg/finteraction.hxx
+++ b/dbaccess/source/ui/dlg/finteraction.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBAUI_FILEPICKER_INTERACTION_HXX
-#define DBAUI_FILEPICKER_INTERACTION_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_FINTERACTION_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_FINTERACTION_HXX
#include <cppuhelper/implbase1.hxx>
#include <com/sun/star/task/XInteractionHandler.hpp>
@@ -53,6 +53,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBAUI_FILEPICKER_INTERACTION_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_FINTERACTION_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/generalpage.hxx b/dbaccess/source/ui/dlg/generalpage.hxx
index 0def8c1cf4a2..50a4e10a367b 100644
--- a/dbaccess/source/ui/dlg/generalpage.hxx
+++ b/dbaccess/source/ui/dlg/generalpage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_GENERALPAGE_HXX_
-#define _DBAUI_GENERALPAGE_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_GENERALPAGE_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_GENERALPAGE_HXX
#include "adminpages.hxx"
#include "opendoccontrols.hxx"
@@ -194,6 +194,6 @@ namespace dbaui
};
} // namespace dbaui
-#endif // _DBAUI_GENERALPAGE_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_GENERALPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/odbcconfig.hxx b/dbaccess/source/ui/dlg/odbcconfig.hxx
index 8db6771e6bfa..5e77ae418e3d 100644
--- a/dbaccess/source/ui/dlg/odbcconfig.hxx
+++ b/dbaccess/source/ui/dlg/odbcconfig.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_ODBC_CONFIG_HXX_
-#define _DBAUI_ODBC_CONFIG_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_ODBCCONFIG_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_ODBCCONFIG_HXX
#include "commontypes.hxx"
@@ -118,6 +118,6 @@ public:
} // namespace dbaui
-#endif // _DBAUI_ODBC_CONFIG_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_ODBCCONFIG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/optionalboolitem.hxx b/dbaccess/source/ui/dlg/optionalboolitem.hxx
index ebe466342e46..d341da2f1954 100644
--- a/dbaccess/source/ui/dlg/optionalboolitem.hxx
+++ b/dbaccess/source/ui/dlg/optionalboolitem.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef DBACCESS_OPTIONALBOOLITEM_HXX
-#define DBACCESS_OPTIONALBOOLITEM_HXX
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_OPTIONALBOOLITEM_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_OPTIONALBOOLITEM_HXX
#include <svl/poolitem.hxx>
@@ -51,6 +51,6 @@ namespace dbaui
} // namespace dbaui
-#endif // DBACCESS_OPTIONALBOOLITEM_HXX
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_OPTIONALBOOLITEM_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/dbaccess/source/ui/dlg/tablespage.hxx b/dbaccess/source/ui/dlg/tablespage.hxx
index 876e6078ac14..7095a9b338a2 100644
--- a/dbaccess/source/ui/dlg/tablespage.hxx
+++ b/dbaccess/source/ui/dlg/tablespage.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DBAUI_TABLESPAGE_HXX_
-#define _DBAUI_TABLESPAGE_HXX_
+#ifndef INCLUDED_DBACCESS_SOURCE_UI_DLG_TABLESPAGE_HXX
+#define INCLUDED_DBACCESS_SOURCE_UI_DLG_TABLESPAGE_HXX
#include "adminpages.hxx"
#include <com/sun/star/i18n/XCollator.hpp>
@@ -99,6 +99,6 @@ namespace dbaui
} // namespace dbaui
-#endif // _DBAUI_TABLESPAGE_HXX_
+#endif // INCLUDED_DBACCESS_SOURCE_UI_DLG_TABLESPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */