Kaydet (Commit) c6b7e740 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

targeted string re-work

Change-Id: I5d8da2794f92f6e2475b59dfca7d24e7b3d76bab
üst cf04745f
...@@ -863,7 +863,7 @@ namespace drawinglayer ...@@ -863,7 +863,7 @@ namespace drawinglayer
uno::Reference< beans::XPropertySetInfo > xPropertyInfo(xModelProperties.is() uno::Reference< beans::XPropertySetInfo > xPropertyInfo(xModelProperties.is()
? xModelProperties->getPropertySetInfo() ? xModelProperties->getPropertySetInfo()
: uno::Reference< beans::XPropertySetInfo >()); : uno::Reference< beans::XPropertySetInfo >());
const ::rtl::OUString sPrintablePropertyName(RTL_CONSTASCII_USTRINGPARAM("Printable")); const ::rtl::OUString sPrintablePropertyName("Printable");
if(xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(sPrintablePropertyName)) if(xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(sPrintablePropertyName))
{ {
......
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