diff options
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r-- | sc/inc/clipparam.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx index 575a04526763..7a4513ffb502 100644 --- a/sc/inc/clipparam.hxx +++ b/sc/inc/clipparam.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_CLIPPARAM_HXX -#define INCLUDED_SC_INC_CLIPPARAM_HXX +#pragma once #include "rangelst.hxx" #include "charthelper.hxx" @@ -66,6 +65,4 @@ struct SC_DLLPUBLIC ScClipParam void setSourceDocID( sal_uInt32 nVal ) { mnSourceDocID = nVal; } }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |