diff options
Diffstat (limited to 'include/svx/svdogrp.hxx')
-rw-r--r-- | include/svx/svdogrp.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/svx/svdogrp.hxx b/include/svx/svdogrp.hxx index 3eef83bbd3ac..f92c5c7a1e53 100644 --- a/include/svx/svdogrp.hxx +++ b/include/svx/svdogrp.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_SVX_SVDOGRP_HXX -#define INCLUDED_SVX_SVDOGRP_HXX +#pragma once #include <memory> #include <svx/svdobj.hxx> @@ -113,6 +112,4 @@ public: virtual void dumpAsXml(xmlTextWriterPtr pWriter) const override; }; -#endif // INCLUDED_SVX_SVDOGRP_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |