diff options
Diffstat (limited to 'sc/source/ui/inc/undoconvert.hxx')
-rw-r--r-- | sc/source/ui/inc/undoconvert.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/undoconvert.hxx b/sc/source/ui/inc/undoconvert.hxx index 291c9db2ec7c..428710d83688 100644 --- a/sc/source/ui/inc/undoconvert.hxx +++ b/sc/source/ui/inc/undoconvert.hxx @@ -7,8 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_SC_UNDOCONVERT_HXX -#define INCLUDED_SC_UNDOCONVERT_HXX +#pragma once #include "undobase.hxx" #include <cellvalues.hxx> @@ -31,6 +30,4 @@ private: }; } -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |