Kaydet (Commit) 4b382462 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Simplify.

Change-Id: I09e6963caeac32174d7dd19c16690b16fc81672f
üst a6e19ea7
...@@ -468,7 +468,7 @@ void GraphicImport::putPropertyToFrameGrabBag( const OUString& sPropertyName, co ...@@ -468,7 +468,7 @@ void GraphicImport::putPropertyToFrameGrabBag( const OUString& sPropertyName, co
if (!xSetInfo.is()) if (!xSetInfo.is())
return; return;
const OUString& aGrabBagPropName = OUString("FrameInteropGrabBag"); const OUString aGrabBagPropName("FrameInteropGrabBag");
if (xSetInfo->hasPropertyByName(aGrabBagPropName)) if (xSetInfo->hasPropertyByName(aGrabBagPropName))
{ {
......
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