diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-31 19:37:03 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-05-31 19:37:03 -0500 |
commit | 02bd365494a59bb9080a4d73eafbde7903bd2cc9 (patch) | |
tree | d588b40845b221f227d22f151c754e473ed29bff /vbahelper/source/msforms/vbatogglebutton.hxx | |
parent | 76f63f4c9b324de9a6d2e1de1c6f718a153feb26 (diff) |
targeted string re-work
Change-Id: I7a67dba479e562ae3b08e6acf9bb6139eb155556
Diffstat (limited to 'vbahelper/source/msforms/vbatogglebutton.hxx')
-rw-r--r-- | vbahelper/source/msforms/vbatogglebutton.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vbahelper/source/msforms/vbatogglebutton.hxx b/vbahelper/source/msforms/vbatogglebutton.hxx index 5cc25c7f3811..4d910530c3dd 100644 --- a/vbahelper/source/msforms/vbatogglebutton.hxx +++ b/vbahelper/source/msforms/vbatogglebutton.hxx @@ -63,7 +63,7 @@ public: virtual rtl::OUString getServiceImplName(); virtual css::uno::Sequence<rtl::OUString> getServiceNames(); // XDefaultProperty - rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Value")); } + rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return ::rtl::OUString("Value"); } }; #endif //SC_VBA_TOGGLEBUTTON_HXX |