summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/WTabPage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/inc/WTabPage.hxx')
-rw-r--r--dbaccess/source/ui/inc/WTabPage.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/dbaccess/source/ui/inc/WTabPage.hxx b/dbaccess/source/ui/inc/WTabPage.hxx
index 0bcd04082dcd..ef3d7f23b20c 100644
--- a/dbaccess/source/ui/inc/WTabPage.hxx
+++ b/dbaccess/source/ui/inc/WTabPage.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DBACCESS_SOURCE_UI_INC_WTABPAGE_HXX
-#define INCLUDED_DBACCESS_SOURCE_UI_INC_WTABPAGE_HXX
+#pragma once
#include <vcl/wizardmachine.hxx>
@@ -32,7 +31,7 @@ namespace dbaui
OCopyTableWizard* m_pParent;
bool m_bFirstTime; // Page is called the first time; should be set in the reset method
- OWizardPage(weld::Container* pPage, OCopyTableWizard* pWizard, const OUString& rUIXMLDescription, const OString& rID);
+ OWizardPage(weld::Container* pPage, OCopyTableWizard* pWizard, const OUString& rUIXMLDescription, const OUString& rID);
public:
virtual ~OWizardPage() override;
@@ -43,6 +42,5 @@ namespace dbaui
bool IsFirstTime() const { return m_bFirstTime; }
};
}
-#endif // INCLUDED_DBACCESS_SOURCE_UI_INC_WTABPAGE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */