summaryrefslogtreecommitdiff
path: root/include/tools/inetstrm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/inetstrm.hxx')
-rw-r--r--include/tools/inetstrm.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/tools/inetstrm.hxx b/include/tools/inetstrm.hxx
index 48e371fa0105..f85fc3436f09 100644
--- a/include/tools/inetstrm.hxx
+++ b/include/tools/inetstrm.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_TOOLS_INETSTRM_HXX
-#define INCLUDED_TOOLS_INETSTRM_HXX
+#pragma once
#include <tools/toolsdllapi.h>
#include <tools/stream.hxx>
@@ -61,6 +60,4 @@ public:
int Read (char *pData, sal_uInt32 nSize);
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */