diff options
Diffstat (limited to 'include/vcl/graph.hxx')
-rw-r--r-- | include/vcl/graph.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/vcl/graph.hxx b/include/vcl/graph.hxx index 7b80c502b91e..cc5384e87b53 100644 --- a/include/vcl/graph.hxx +++ b/include/vcl/graph.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SV_GRAPH_HXX -#define _SV_GRAPH_HXX +#ifndef INCLUDED_VCL_GRAPH_HXX +#define INCLUDED_VCL_GRAPH_HXX #include <tools/stream.hxx> #include <vcl/dllapi.h> @@ -200,6 +200,6 @@ public: const SvgDataPtr& getSvgData() const; }; -#endif // _SV_GRAPH_HXX +#endif // INCLUDED_VCL_GRAPH_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |