diff options
Diffstat (limited to 'sc/inc/chartlis.hxx')
-rw-r--r-- | sc/inc/chartlis.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sc/inc/chartlis.hxx b/sc/inc/chartlis.hxx index c5a882b40a4a..dd8b397c8dcb 100644 --- a/sc/inc/chartlis.hxx +++ b/sc/inc/chartlis.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SC_INC_CHARTLIS_HXX -#define INCLUDED_SC_INC_CHARTLIS_HXX +#pragma once #include <vcl/idle.hxx> #include <svl/listener.hxx> @@ -209,6 +208,4 @@ public: void EndListeningHiddenRange( ScChartHiddenRangeListener* pListener ); }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |