summaryrefslogtreecommitdiff
path: root/include/sfx2
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-04-24 01:30:39 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-04-24 11:58:11 +0200
commit392ce6a9ecc8f3d2ba93e7a7d50994b3d67006b6 (patch)
treea6b39cd236b0d7530a81b43372effebb9cf61116 /include/sfx2
parent33ec56e2a32c06fe59c655e4f651b8bc3222737a (diff)
fix double allocation
Change-Id: Ie9eaf51d1fc74c3cddf88f79af0d60086dc625a5
Diffstat (limited to 'include/sfx2')
-rw-r--r--include/sfx2/sfxsids.hrc3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/sfx2/sfxsids.hrc b/include/sfx2/sfxsids.hrc
index b9daddff9ccb..17381b3baecb 100644
--- a/include/sfx2/sfxsids.hrc
+++ b/include/sfx2/sfxsids.hrc
@@ -512,8 +512,7 @@
#define SID_SIGNATURE (SID_SFX_START + 1643)
#define SID_FRAMEDESCRIPTOR (SID_SFX_START + 1229)
-
-#define SID_INSERT_3DMODEL (SID_SFX_START + 1229)
+#define SID_INSERT_3DMODEL (SID_SFX_START + 1230)
// SaveTabPage
#define SID_ATTR_DOCINFO (SID_OPTIONS_START + 0)