diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-27 11:22:02 +0100 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-03-27 11:22:33 +0100 |
commit | cab8cfbe60e2829d62308444a610d340d2370781 (patch) | |
tree | f6c0b7e93f7a0cec5654b0d012003785ffbe3d38 /include/sfx2/sfxsids.hrc | |
parent | 4f48dc2f978d36ef9ba08bf828894fa578430fc7 (diff) |
Basic UI for inserting 3D models
-By now only in impress.
-One supported file format: gltf/.json
Change-Id: I66b9cc91afeac292a19e8917f923228dc96a791a
Diffstat (limited to 'include/sfx2/sfxsids.hrc')
-rw-r--r-- | include/sfx2/sfxsids.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc index ebac7ded56aa..6c67e4c8bdef 100644 --- a/include/sfx2/sfxsids.hrc +++ b/include/sfx2/sfxsids.hrc @@ -515,6 +515,8 @@ #define SID_FRAMEDESCRIPTOR (SID_SFX_START + 1229) +#define SID_INSERT_3DMODEL (SID_SFX_START + 1229) + // SaveTabPage #define SID_ATTR_DOCINFO (SID_OPTIONS_START + 0) #define SID_ATTR_BACKUP (SID_OPTIONS_START + 1) |