diff options
Diffstat (limited to 'dtrans/source/win32/dtobj/APNDataObject.hxx')
-rw-r--r-- | dtrans/source/win32/dtobj/APNDataObject.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/dtrans/source/win32/dtobj/APNDataObject.hxx b/dtrans/source/win32/dtobj/APNDataObject.hxx index 2c1d9718ec2f..69f5c9bd313a 100644 --- a/dtrans/source/win32/dtobj/APNDataObject.hxx +++ b/dtrans/source/win32/dtobj/APNDataObject.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_DTRANS_SOURCE_WIN32_DTOBJ_APNDATAOBJECT_HXX -#define INCLUDED_DTRANS_SOURCE_WIN32_DTOBJ_APNDATAOBJECT_HXX +#pragma once #include <systools/win32/comtools.hxx> @@ -69,6 +68,4 @@ private: CAPNDataObject& operator=( const CAPNDataObject& theOther ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |