summaryrefslogtreecommitdiff
path: root/idlc/inc/idlc/astattribute.hxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-05-28 16:13:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-05-29 10:43:24 +0200
commit4b373ef7f5fecc9a90e0e3cb90f297bc1101afef (patch)
tree5639a885ec06e815c0e4862367116f84595e8479 /idlc/inc/idlc/astattribute.hxx
parent14e163b0caf97addf340aefc5760a9031ec98390 (diff)
fdo#60724 change spelling error REMOVEABLE -> REMOVABLE II
Change-Id: I0057b9174af6a83f3fde0e27c3a91a4aeca95873 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'idlc/inc/idlc/astattribute.hxx')
-rw-r--r--idlc/inc/idlc/astattribute.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/inc/idlc/astattribute.hxx b/idlc/inc/idlc/astattribute.hxx
index 7f88e49ffa03..7cc3a65226b1 100644
--- a/idlc/inc/idlc/astattribute.hxx
+++ b/idlc/inc/idlc/astattribute.hxx
@@ -90,7 +90,7 @@ public:
sal_Bool isMayBeDefault() const
{ return ((m_flags & AF_MAYBEDEFAULT) == AF_MAYBEDEFAULT); }
sal_Bool isRemoveable() const
- { return ((m_flags & AF_REMOVEABLE) == AF_REMOVEABLE); }
+ { return ((m_flags & AF_REMOVABLE) == AF_REMOVABLE); }
sal_Bool dumpBlob(
typereg::Writer & rBlob, sal_uInt16 index, sal_uInt16 * methodIndex);