diff options
Diffstat (limited to 'sc/source/ui/inc/xmlsourcedlg.hxx')
-rw-r--r-- | sc/source/ui/inc/xmlsourcedlg.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/xmlsourcedlg.hxx b/sc/source/ui/inc/xmlsourcedlg.hxx index 9f4b308e56f4..d4a030f78ecc 100644 --- a/sc/source/ui/inc/xmlsourcedlg.hxx +++ b/sc/source/ui/inc/xmlsourcedlg.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX -#define INCLUDED_SC_SOURCE_UI_INC_XMLSOURCEDLG_HXX +#pragma once #include "anyrefdg.hxx" #include <orcusxml.hxx> @@ -104,6 +103,4 @@ private: DECL_LINK(RefModifiedHdl, formula::RefEdit&, void); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |