summaryrefslogtreecommitdiff
path: root/framework/source/services
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-22 16:51:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-22 16:51:18 +0100
commit03523ec6c647add6e3ee339e5752e58c0d2ac34f (patch)
tree516fe690e4eda70eef6940a0cb92aa8cb2fefdbd /framework/source/services
parent52e49c216405d277366916ee0f2c61e96c7aa48d (diff)
startup optimization, remove unused global strings
Diffstat (limited to 'framework/source/services')
-rw-r--r--framework/source/services/tabwindowservice.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/source/services/tabwindowservice.cxx b/framework/source/services/tabwindowservice.cxx
index 512a90fae0..268c40f11a 100644
--- a/framework/source/services/tabwindowservice.cxx
+++ b/framework/source/services/tabwindowservice.cxx
@@ -323,7 +323,7 @@ void TabWindowService::impl_initializePropInfo()
impl_addPropertyInfo(
css::beans::Property(
- TABWINDOWSERVICE_PROPNAME_WINDOW,
+ rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Window")),
TABWINDOWSERVICE_PROPHANDLE_WINDOW,
::getCppuType((const css::uno::Reference< css::awt::XWindow >*)NULL),
css::beans::PropertyAttribute::TRANSIENT));