Kaydet (Commit) 2f9dc9f5 authored tarafından Noel Grandin's avatar Noel Grandin

include guard should be at the end of the file

and the modeline should be on the last line

Change-Id: I6032fdee6fc29d11cac1e4b8ec9c36e004258e73
Reviewed-on: https://gerrit.libreoffice.org/54752Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarNoel Grandin <noel.grandin@collabora.co.uk>
üst a9a15e59
......@@ -45,6 +45,6 @@
#define AVMEDIA_STR_ALL_FILES NC_("AVMEDIA_STR_ALL_FILES", "All files")
#define AVMEDIA_STR_ERR_URL NC_("AVMEDIA_STR_ERR_URL", "The format of the selected file is not supported.")
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
\ No newline at end of file
......@@ -656,8 +656,6 @@ class SfxDocumentInfoItem;
#define SID_RESTORE_EDITING_VIEW (SID_SFX_START + 1663)
#endif // #ifndef INCLUDED_SFX2_SFXSIDS_HRC
// SfxSecurityPage related stuff
#define FN_EDIT2 (SID_SW_START + 1800)
......@@ -682,4 +680,6 @@ class SfxDocumentInfoItem;
#define FID_CHG_RECORD (EDIT_MENU_START + 18)
#define SID_CHG_PROTECT (SC_VIEW_START + 84)
#endif // #ifndef INCLUDED_SFX2_SFXSIDS_HRC
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment