summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-30 08:24:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-30 08:24:39 +0000
commitec58ad7859b2b1d0b2188ec19adb70a0c889157e (patch)
treec52dd0f4a287e18767f8e0a64b225a2b455485ca /sfx2/source
parentb50475ba4aa13ebc1bf8933976d3ca4677070232 (diff)
INTEGRATION: CWS doccustomproperties2 (1.6.186); FILE MERGED
2008/04/17 05:58:42 pb 1.6.186.2: RESYNC: (1.6-1.7); FILE MERGED 2008/03/06 21:57:35 pb 1.6.186.1: fix: #i86606 ids custom properties page added
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/inc/sfxlocal.hrc17
1 files changed, 15 insertions, 2 deletions
diff --git a/sfx2/source/inc/sfxlocal.hrc b/sfx2/source/inc/sfxlocal.hrc
index 4bff2524ae..0c0c8a4250 100644
--- a/sfx2/source/inc/sfxlocal.hrc
+++ b/sfx2/source/inc/sfxlocal.hrc
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: sfxlocal.hrc,v $
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
* This file is part of OpenOffice.org.
*
@@ -31,7 +31,7 @@
// Lokale Resourcen
//
// (C) 1996 - 2000 Star Division GmbH, Hamburg, Germany
-// $Author: rt $ $Date: 2008-04-11 13:25:50 $ $Revision: 1.7 $
+// $Author: rt $ $Date: 2008-07-30 09:24:39 $ $Revision: 1.8 $
// $Logfile: T:/sfx2/source/inc/sfxlocal.hrv $ $Workfile: SFXLOCAL.HRC $
//----------------------------------------------------------------------------
#ifndef _SFXLOCAL_HRC
@@ -48,5 +48,18 @@
#define STR_SFX_IMPORT_ALL (RID_SFX_SFXLOCAL_START + 5)
#define STR_SFX_EXPLORERFILE_EXPORT (RID_SFX_SFXLOCAL_START + 6)
+// Controls --------------------------------------------------------------
+
+#define SFX_CB_PROPERTY_NAME (RID_SFX_SFXLOCAL_START + 0)
+#define SFX_ED_PROPERTY_VALUE (RID_SFX_SFXLOCAL_START + 1)
+#define SFX_RB_PROPERTY_YES (RID_SFX_SFXLOCAL_START + 2)
+#define SFX_RB_PROPERTY_NO (RID_SFX_SFXLOCAL_START + 3)
+#define SFX_LB_PROPERTY_TYPE (RID_SFX_SFXLOCAL_START + 4)
+#define SFX_PB_PROPERTY_REMOVE (RID_SFX_SFXLOCAL_START + 5)
+#define SFX_WIN_PROPERTY_YESNO (RID_SFX_SFXLOCAL_START + 6)
+#define SFX_QB_WRONG_TYPE (RID_SFX_SFXLOCAL_START + 7)
+#define SFX_IMG_PROPERTY_REMOVE (RID_SFX_SFXLOCAL_START + 8)
+#define SFX_IMG_PROPERTY_REMOVE_HC (RID_SFX_SFXLOCAL_START + 9)
+
#endif