summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-12-08 12:06:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2020-12-08 12:36:41 +0100
commit43e94a7b1342da36aebb6ae164b83319d08bf2d5 (patch)
tree74a8789ee84fc775953d9ff78f8c30913f72c53e /include/sfx2
parentd7ddc292b94583942d4990e132bd08bcaee9edf2 (diff)
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.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxsids.hrc6
1 files changed, 3 insertions, 3 deletions
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)