diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-24 11:50:25 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-24 20:46:18 +0200 |
commit | 2f9dc9f56f77330c2d0e111888dd5403c3cb070c (patch) | |
tree | 44ab6237cabdd73a8b99377a558925c8f5995267 /include | |
parent | a9a15e59d6648223f751a43447676d144aa3fd58 (diff) |
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/54752
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index 06f31d9c590c..49bfb72846f2 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -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: */ |