summaryrefslogtreecommitdiff
path: root/basic/source/inc/date.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/inc/date.hxx')
-rw-r--r--basic/source/inc/date.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basic/source/inc/date.hxx b/basic/source/inc/date.hxx
index 1a994ca3fa0c..4b6cb115fbbf 100644
--- a/basic/source/inc/date.hxx
+++ b/basic/source/inc/date.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASIC_SOURCE_INC_DATE_HXX
-#define INCLUDED_BASIC_SOURCE_INC_DATE_HXX
+#pragma once
#include <com/sun/star/util/Date.hpp>
#include <com/sun/star/util/Time.hpp>
@@ -56,6 +55,4 @@ void SbxDateFromUNOTime( SbxValue*, const css::util::Time& );
css::util::DateTime SbxDateToUNODateTime( const SbxValue* );
void SbxDateFromUNODateTime( SbxValue*, const css::util::DateTime& );
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */