From 21e1e859a7dc883a0347b6537e2518f4b2e9d0ff Mon Sep 17 00:00:00 2001 From: Kenneth Beck Date: Fri, 1 Mar 2013 23:33:49 -0600 Subject: fdo#60724 change spelling error REMOVEABLE -> REMOVABLE Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann --- sfx2/source/doc/SfxDocumentMetaData.cxx | 2 +- sfx2/source/doc/docinf.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sfx2/source/doc') diff --git a/sfx2/source/doc/SfxDocumentMetaData.cxx b/sfx2/source/doc/SfxDocumentMetaData.cxx index cfecf3ff6283..8e0d05b68635 100644 --- a/sfx2/source/doc/SfxDocumentMetaData.cxx +++ b/sfx2/source/doc/SfxDocumentMetaData.cxx @@ -1337,7 +1337,7 @@ void SAL_CALL SfxDocumentMetaData::init( } try { m_xUserDefined->addProperty(name, - css::beans::PropertyAttribute::REMOVEABLE, any); + css::beans::PropertyAttribute::REMOVABLE, any); } catch (const css::beans::PropertyExistException &) { DBG_WARNING1("SfxDocumentMetaData: duplicate: %s", OUStringToOString(name, RTL_TEXTENCODING_UTF8).getStr()); diff --git a/sfx2/source/doc/docinf.cxx b/sfx2/source/doc/docinf.cxx index e58afd7159bc..d1b156164cd8 100644 --- a/sfx2/source/doc/docinf.cxx +++ b/sfx2/source/doc/docinf.cxx @@ -156,7 +156,7 @@ sal_uInt32 SFX2_DLLPUBLIC LoadOlePropertySet( try { xUserDefined->addProperty( aPropName, - beans::PropertyAttribute::REMOVEABLE, aPropValue ); + beans::PropertyAttribute::REMOVABLE, aPropValue ); } catch (const uno::Exception&) { -- cgit