diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 11:09:51 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-02 12:58:04 -0500 |
commit | c6b7e74076828e63ea9cfe91935cc11673939491 (patch) | |
tree | 1df7255c0e0eafeba9d8266bea424d668540c93a /drawinglayer | |
parent | cf04745f7a027594fd64a493c276a8280dbccfe1 (diff) |
targeted string re-work
Change-Id: I5d8da2794f92f6e2475b59dfca7d24e7b3d76bab
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 328016eccaf7..7387700edaa1 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -863,7 +863,7 @@ namespace drawinglayer uno::Reference< beans::XPropertySetInfo > xPropertyInfo(xModelProperties.is() ? xModelProperties->getPropertySetInfo() : uno::Reference< beans::XPropertySetInfo >()); - const ::rtl::OUString sPrintablePropertyName(RTL_CONSTASCII_USTRINGPARAM("Printable")); + const ::rtl::OUString sPrintablePropertyName("Printable"); if(xPropertyInfo.is() && xPropertyInfo->hasPropertyByName(sPrintablePropertyName)) { |