summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cui/source/options/connpoolconfig.hxx7
-rw-r--r--cui/source/options/connpooloptions.hxx5
-rw-r--r--cui/source/options/connpoolsettings.hxx7
3 files changed, 3 insertions, 16 deletions
diff --git a/cui/source/options/connpoolconfig.hxx b/cui/source/options/connpoolconfig.hxx
index f43e135c35e9..41ec88d5b3d5 100644
--- a/cui/source/options/connpoolconfig.hxx
+++ b/cui/source/options/connpoolconfig.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX
-#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX
+#pragma once
class SfxItemSet;
@@ -36,8 +35,4 @@ namespace offapp
} // namespace offapp
-
-#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLCONFIG_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/connpooloptions.hxx b/cui/source/options/connpooloptions.hxx
index 4e9420d76cb2..570ec66abda6 100644
--- a/cui/source/options/connpooloptions.hxx
+++ b/cui/source/options/connpooloptions.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX
-#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX
+#pragma once
#include <sfx2/tabdlg.hxx>
@@ -69,6 +68,4 @@ namespace offapp
} // namespace offapp
-#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLOPTIONS_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/cui/source/options/connpoolsettings.hxx b/cui/source/options/connpoolsettings.hxx
index 45c38cb9a6d7..8f8c6bc3b361 100644
--- a/cui/source/options/connpoolsettings.hxx
+++ b/cui/source/options/connpoolsettings.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX
-#define INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX
+#pragma once
#include <sal/config.h>
@@ -84,8 +83,4 @@ namespace offapp
} // namespace offapp
-
-#endif // INCLUDED_CUI_SOURCE_OPTIONS_CONNPOOLSETTINGS_HXX
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */