Kaydet (Commit) a8cfb651 authored tarafından Jochen Nitschke's avatar Jochen Nitschke

delete setProperty specialisation with value type Any

Using delete instead of std::enable_if
because of better error message.

Change-Id: I92c57a4bb3281b119166a8f98a94ed3aa6079df5
Reviewed-on: https://gerrit.libreoffice.org/29930Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarJochen Nitschke <j.nitschke+logerrit@ok.de>
üst d9e335ea
......@@ -76,6 +76,9 @@ public:
return true;
}
/** setAnyProperty should be used */
bool setProperty( sal_Int32, const css::uno::Any& ) = delete;
css::uno::Any getProperty( sal_Int32 nPropId );
void erase( sal_Int32 nPropId );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment