tdf#143148 Use pragma once in svx

Change-Id: I0317c57ec99a36d9f5153dadb556390a5d8858ae
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162302
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
This commit is contained in:
AkshayWarrier
2024-01-19 16:25:15 +05:30
committed by Ilmari Lauhakangas
parent 5202a6fe01
commit 3f0dd3d635
5 changed files with 5 additions and 22 deletions

View File

@ -8,8 +8,7 @@
*
*/
#ifndef INCLUDED_SVX_CLASSIFICATIONEDITVIEW_HXX
#define INCLUDED_SVX_CLASSIFICATIONEDITVIEW_HXX
#pragma once
#include <sal/config.h>
#include <svx/weldeditview.hxx>
@ -49,6 +48,4 @@ public:
} // end svx namespace
#endif // INCLUDED_SVX_CLASSIFICATIONEDITVIEW_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_SVX_SOURCE_DIALOG_SAFEMODEDIALOG_HXX
#define INCLUDED_SVX_SOURCE_DIALOG_SAFEMODEDIALOG_HXX
#pragma once
#include <comphelper/backupfilehelper.hxx>
#include <vcl/weld.hxx>
@ -61,6 +60,4 @@ private:
DECL_LINK(DialogBtnHdl, weld::Button&, void);
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
#define INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
#pragma once
#include <sfx2/ctrlitem.hxx>
#include "contwnd.hxx"
@ -126,7 +125,4 @@ public:
void* pEditingObj );
};
#endif // INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CONTWND_HXX
#define INCLUDED_SVX_SOURCE_DIALOG_CONTWND_HXX
#pragma once
#include <tools/poly.hxx>
#include <svx/graphctl.hxx>
@ -64,7 +63,4 @@ public:
void SetWorkplaceClickHdl( const Link<ContourWindow&,void>& rLink ) { aWorkplaceClickLink = rLink; }
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CRASHREPORTDLG_HXX
#define INCLUDED_SVX_SOURCE_DIALOG_CRASHREPORTDLG_HXX
#pragma once
#include <vcl/weld.hxx>
@ -37,6 +36,4 @@ private:
vcl::ILibreOfficeKitNotifier*);
};
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */