summaryrefslogtreecommitdiff
path: root/ucb/source/sorter/sortdynres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/sorter/sortdynres.hxx')
-rw-r--r--ucb/source/sorter/sortdynres.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/sorter/sortdynres.hxx b/ucb/source/sorter/sortdynres.hxx
index 00e7720c0cc2..72a18077ff0a 100644
--- a/ucb/source/sorter/sortdynres.hxx
+++ b/ucb/source/sorter/sortdynres.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UCB_SOURCE_SORTER_SORTDYNRES_HXX
-#define INCLUDED_UCB_SOURCE_SORTER_SORTDYNRES_HXX
+#pragma once
#include <com/sun/star/ucb/NumberedSortingInfo.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
@@ -165,6 +164,4 @@ public:
const css::uno::Reference< css::ucb::XAnyCompareFactory > & CompareFactory ) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */