diff options
Diffstat (limited to 'include/svx/dlgctrl.hxx')
-rw-r--r-- | include/svx/dlgctrl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/svx/dlgctrl.hxx b/include/svx/dlgctrl.hxx index 64b92ae9531a..677bc999c40c 100644 --- a/include/svx/dlgctrl.hxx +++ b/include/svx/dlgctrl.hxx @@ -16,8 +16,8 @@ * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _SVX_DLG_CTRL_HXX -#define _SVX_DLG_CTRL_HXX +#ifndef INCLUDED_SVX_DLGCTRL_HXX +#define INCLUDED_SVX_DLGCTRL_HXX #include <svtools/ctrlbox.hxx> #include <sfx2/tabdlg.hxx> @@ -447,6 +447,6 @@ public: virtual void Paint( const Rectangle& rRect ); }; -#endif // _SVX_DLG_CTRL_HXX +#endif // INCLUDED_SVX_DLGCTRL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |