diff options
Diffstat (limited to 'sc/source/ui/inc/dapidata.hxx')
-rw-r--r-- | sc/source/ui/inc/dapidata.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dapidata.hxx b/sc/source/ui/inc/dapidata.hxx index fbe7cfdc1cf5..ebad1d2e6502 100644 --- a/sc/source/ui/inc/dapidata.hxx +++ b/sc/source/ui/inc/dapidata.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DAPIDATA_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DAPIDATA_HXX +#pragma once #include <vcl/weld.hxx> @@ -42,6 +41,4 @@ public: void GetValues(ScImportSourceDesc& rDesc); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |