summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/file/filinl.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/file/filinl.hxx')
-rw-r--r--ucb/source/ucp/file/filinl.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/ucb/source/ucp/file/filinl.hxx b/ucb/source/ucp/file/filinl.hxx
index ffa5ed19ac70..c2d584f194cd 100644
--- a/ucb/source/ucp/file/filinl.hxx
+++ b/ucb/source/ucp/file/filinl.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_UCB_SOURCE_UCP_FILE_FILINL_HXX
-#define INCLUDED_UCB_SOURCE_UCP_FILE_FILINL_HXX
+#pragma once
inline const bool& TaskManager::MyProperty::IsNative() const
{
@@ -52,6 +51,4 @@ inline void TaskManager::MyProperty::setState( const css::beans::PropertyState&
const_cast<MyProperty*>(this)->State = theState;
}
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */