[Libreoffice-commits] core.git: include/sfx2
Noel (via logerrit)
logerrit at kemper.freedesktop.org
Tue Dec 8 11:37:23 UTC 2020
include/sfx2/sfxsids.hrc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 43e94a7b1342da36aebb6ae164b83319d08bf2d5
Author: Noel <noelgrandin at gmail.com>
AuthorDate: Tue Dec 8 12:06:42 2020 +0200
Commit: Noel Grandin <noel.grandin at 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.grandin at 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)
More information about the Libreoffice-commits
mailing list