mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-26 15:45:26 +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
|
#pragma once
|
||||||
#define INCLUDED_SVX_CLASSIFICATIONEDITVIEW_HXX
|
|
||||||
|
|
||||||
#include <sal/config.h>
|
#include <sal/config.h>
|
||||||
#include <svx/weldeditview.hxx>
|
#include <svx/weldeditview.hxx>
|
||||||
@ -49,6 +48,4 @@ public:
|
|||||||
|
|
||||||
} // end svx namespace
|
} // end svx namespace
|
||||||
|
|
||||||
#endif // INCLUDED_SVX_CLASSIFICATIONEDITVIEW_HXX
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDED_SVX_SOURCE_DIALOG_SAFEMODEDIALOG_HXX
|
#pragma once
|
||||||
#define INCLUDED_SVX_SOURCE_DIALOG_SAFEMODEDIALOG_HXX
|
|
||||||
|
|
||||||
#include <comphelper/backupfilehelper.hxx>
|
#include <comphelper/backupfilehelper.hxx>
|
||||||
#include <vcl/weld.hxx>
|
#include <vcl/weld.hxx>
|
||||||
@ -61,6 +60,4 @@ private:
|
|||||||
DECL_LINK(DialogBtnHdl, weld::Button&, void);
|
DECL_LINK(DialogBtnHdl, weld::Button&, void);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -16,8 +16,7 @@
|
|||||||
* except in compliance with the License. You may obtain a copy of
|
* except in compliance with the License. You may obtain a copy of
|
||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
|
#pragma once
|
||||||
#define INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
|
|
||||||
|
|
||||||
#include <sfx2/ctrlitem.hxx>
|
#include <sfx2/ctrlitem.hxx>
|
||||||
#include "contwnd.hxx"
|
#include "contwnd.hxx"
|
||||||
@ -126,7 +125,4 @@ public:
|
|||||||
void* pEditingObj );
|
void* pEditingObj );
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // INCLUDED_SVX_SOURCE_DIALOG_CONTIMP_HXX
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CONTWND_HXX
|
#pragma once
|
||||||
#define INCLUDED_SVX_SOURCE_DIALOG_CONTWND_HXX
|
|
||||||
|
|
||||||
#include <tools/poly.hxx>
|
#include <tools/poly.hxx>
|
||||||
#include <svx/graphctl.hxx>
|
#include <svx/graphctl.hxx>
|
||||||
@ -64,7 +63,4 @@ public:
|
|||||||
void SetWorkplaceClickHdl( const Link<ContourWindow&,void>& rLink ) { aWorkplaceClickLink = rLink; }
|
void SetWorkplaceClickHdl( const Link<ContourWindow&,void>& rLink ) { aWorkplaceClickLink = rLink; }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
@ -7,8 +7,7 @@
|
|||||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef INCLUDED_SVX_SOURCE_DIALOG_CRASHREPORTDLG_HXX
|
#pragma once
|
||||||
#define INCLUDED_SVX_SOURCE_DIALOG_CRASHREPORTDLG_HXX
|
|
||||||
|
|
||||||
#include <vcl/weld.hxx>
|
#include <vcl/weld.hxx>
|
||||||
|
|
||||||
@ -37,6 +36,4 @@ private:
|
|||||||
vcl::ILibreOfficeKitNotifier*);
|
vcl::ILibreOfficeKitNotifier*);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|
||||||
|
Reference in New Issue
Block a user