diff options
Diffstat (limited to 'sc/source/ui/inc/dbfunc.hxx')
-rw-r--r-- | sc/source/ui/inc/dbfunc.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/source/ui/inc/dbfunc.hxx b/sc/source/ui/inc/dbfunc.hxx index f7cd3d126653..e953f4aefccb 100644 --- a/sc/source/ui/inc/dbfunc.hxx +++ b/sc/source/ui/inc/dbfunc.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_SOURCE_UI_INC_DBFUNC_HXX -#define INCLUDED_SC_SOURCE_UI_INC_DBFUNC_HXX +#pragma once #include "viewfunc.hxx" #include <dptypes.hxx> @@ -116,6 +115,4 @@ public: void OnLOKShowHideColRow(bool bColumns, SCCOLROW nStartRow); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |