mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-23 04:42:03 +00:00
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:

committed by
Ilmari Lauhakangas

parent
5202a6fe01
commit
3f0dd3d635
@ -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: */
|
||||
|
@ -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: */
|
||||
|
@ -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: */
|
||||
|
@ -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: */
|
||||
|
@ -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: */
|
||||
|
Reference in New Issue
Block a user