summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-05-09 09:54:44 +0100
committerCaolán McNamara <caolanm@redhat.com>2019-05-09 15:51:56 +0200
commit2479ab8b788ca000f2e979d0858de8d05de8e858 (patch)
tree63de5f4b7ec9ca579c9128c9ee5cbdef59c60b9c /include/sfx2
parent5c0653a4184ebf5353263083bd7b4818f7cd6c2e (diff)
add a way to specify SfxRequest preferred dialog parent
when the parent isn't a XFrame, i.e. want the parent to be an open dialog Change-Id: I2dfaac1fd057095de154de549e9f395ce30d118b Reviewed-on: https://gerrit.libreoffice.org/72034 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxsids.hrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index 5736a0d80adb..7c0508b75415 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -259,8 +259,9 @@ class SvxSearchItem;
#define SID_NO_EMBEDDED_DS TypedWhichId<SfxBoolItem>(SID_SFX_START + 1731)
#define SID_IS_REDACT_MODE (SID_SFX_START + 1733)
#define SID_REDACTION_STYLE (SID_SFX_START + 1734)
+#define SID_DIALOG_PARENT (SID_SFX_START + 1735)
-// SID_SFX_free_START (SID_SFX_START + 1735)
+// SID_SFX_free_START (SID_SFX_START + 1736)
// SID_SFX_free_END (SID_SFX_START + 3999)
#define SID_OPEN_NEW_VIEW (SID_SFX_START + 520)