diff options
Diffstat (limited to 'sc/inc/miscuno.hxx')
-rw-r--r-- | sc/inc/miscuno.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/miscuno.hxx b/sc/inc/miscuno.hxx index 9e2963e08027..515f7b8c8b34 100644 --- a/sc/inc/miscuno.hxx +++ b/sc/inc/miscuno.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_MISCUNO_HXX -#define INCLUDED_SC_INC_MISCUNO_HXX +#pragma once #include <vector> @@ -197,6 +196,4 @@ private: const OUString& rName, sal_Int32 nDefault ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |