summaryrefslogtreecommitdiff
path: root/sc/source/ui/dataprovider/sqldataprovider.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dataprovider/sqldataprovider.hxx')
-rw-r--r--sc/source/ui/dataprovider/sqldataprovider.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/dataprovider/sqldataprovider.hxx b/sc/source/ui/dataprovider/sqldataprovider.hxx
index 7af495ccf77e..fbbca7601269 100644
--- a/sc/source/ui/dataprovider/sqldataprovider.hxx
+++ b/sc/source/ui/dataprovider/sqldataprovider.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_SC_SOURCE_UI_DATAPROVIDER_SQLDATAPROVIDER_HXX
-#define INCLUDED_SC_SOURCE_UI_DATAPROVIDER_SQLDATAPROVIDER_HXX
+#pragma once
#include <dataprovider.hxx>
@@ -36,6 +35,4 @@ public:
};
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */