summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/comphelper/propertybag.hxx2
-rw-r--r--include/registry/types.h4
-rw-r--r--include/svtools/imagemgr.hrc2
3 files changed, 4 insertions, 4 deletions
diff --git a/include/comphelper/propertybag.hxx b/include/comphelper/propertybag.hxx
index 92c0026ba845..1be13092450d 100644
--- a/include/comphelper/propertybag.hxx
+++ b/include/comphelper/propertybag.hxx
@@ -118,7 +118,7 @@ namespace comphelper
@throws UnknownPropertyException
if the bag does not contain a property with the given name
@throws NotRemoveableException
- if the property with the given name is not removeable, as indicated
+ if the property with the given name is not removable, as indicated
by the property attributes used in a previous <code>addProperty</code>
call.
*/
diff --git a/include/registry/types.h b/include/registry/types.h
index 0ad7977486f4..7c4074079d0a 100644
--- a/include/registry/types.h
+++ b/include/registry/types.h
@@ -123,7 +123,7 @@ enum RTTypeClass {
@see RT_ACCESS_TRANSIENT
@see RT_ACCESS_MAYBEAMBIGUOUS
@see RT_ACCESS_MAYBEDEFAULT
- @see RT_ACCESS_REMOVEABLE
+ @see RT_ACCESS_REMOVABLE
@see RT_ACCESS_ATTRIBUTE
@see RT_ACCESS_PROPERTY
@see RT_ACCESS_CONST
@@ -153,7 +153,7 @@ typedef sal_uInt16 RTFieldAccess;
/// @see com::sun::star::beans::PropertyAttribute
#define RT_ACCESS_MAYBEDEFAULT 0x0080
/// @see com::sun::star::beans::PropertyAttribute
-#define RT_ACCESS_REMOVEABLE 0x0100
+#define RT_ACCESS_REMOVABLE 0x0100
/// @see com::sun::star::beans::PropertyAttribute
#define RT_ACCESS_ATTRIBUTE 0x0200
/// specifies that the field is a property
diff --git a/include/svtools/imagemgr.hrc b/include/svtools/imagemgr.hrc
index 1d86788e69fe..766e6ee877e9 100644
--- a/include/svtools/imagemgr.hrc
+++ b/include/svtools/imagemgr.hrc
@@ -44,7 +44,7 @@
#define IMG_WRITER (IMAGELIST_START + 86)
#define IMG_WRITERTEMPLATE (IMAGELIST_START + 87)
#define IMG_FIXEDDEV (IMAGELIST_START + 88)
-#define IMG_REMOVEABLEDEV (IMAGELIST_START + 89)
+#define IMG_REMOVABLEDEV (IMAGELIST_START + 89)
#define IMG_CDROMDEV (IMAGELIST_START + 90)
#define IMG_NETWORKDEV (IMAGELIST_START + 91)
#define IMG_TABLE (IMAGELIST_START + 112)