diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-03-28 16:20:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-03-28 16:45:16 +0100 |
commit | 92be127772d5daa34c053630909a736bc9572f79 (patch) | |
tree | 2617816844e841c37e623d1669a979c83584ca6d /vbahelper | |
parent | 83d3e6e371cde7e455bf74890c55d747fac6992c (diff) |
unused global OUString
Diffstat (limited to 'vbahelper')
-rw-r--r-- | vbahelper/inc/vbahelper/vbahelperinterface.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vbahelper/inc/vbahelper/vbahelperinterface.hxx b/vbahelper/inc/vbahelper/vbahelperinterface.hxx index 7e4875ff0b52..b2ca6306777a 100644 --- a/vbahelper/inc/vbahelper/vbahelperinterface.hxx +++ b/vbahelper/inc/vbahelper/vbahelperinterface.hxx @@ -61,7 +61,6 @@ // virtual OUString getName(); // } // -const ::rtl::OUString sHelperServiceName( RTL_CONSTASCII_USTRINGPARAM( "ooo.vba.HelperServiceBase" ) ); template< typename Ifc1 > class SAL_DLLPUBLIC_TEMPLATE InheritedHelperInterfaceImpl : public Ifc1 |