include/sfx2/sfxsids.hrc |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 43e94a7b1342da36aebb6ae164b83319d08bf2d5
Author:     Noel <noelgran...@gmail.com>
AuthorDate: Tue Dec 8 12:06:42 2020 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Tue Dec 8 12:36:41 2020 +0100

    reorder some constants for consistency
    
    Change-Id: I63409f772c884ab9abfd140b1faafa41ab32766a
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107397
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 608756a5cb84..2fd69fd3e1e2 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -514,6 +514,9 @@ class SvxSearchItem;
 
 #define SID_INET_PROXY_TYPE             (SID_OPTIONS_START + 23)
 
+#define SID_SAVEREL_INET                (SID_OPTIONS_START + 30)
+#define SID_SAVEREL_FSYS                (SID_OPTIONS_START + 31)
+
 #define SID_PASSWORD                    (SID_OPTIONS_START + 36)
 
 #define SID_INET_NOPROXY                (SID_OPTIONS_START + 37)
@@ -523,9 +526,6 @@ class SvxSearchItem;
 #define SID_INET_FTP_PROXY_NAME         (SID_OPTIONS_START + 40)
 #define SID_INET_FTP_PROXY_PORT         (SID_OPTIONS_START + 41)
 
-#define SID_SAVEREL_INET                (SID_OPTIONS_START + 30)
-#define SID_SAVEREL_FSYS                (SID_OPTIONS_START + 31)
-
 // Automatic update of Styles - manage TabPage
 #define SID_ATTR_AUTO_STYLE_UPDATE      (SID_OPTIONS_START + 65)
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to