diff options
author | Andreas Bregas <ab@openoffice.org> | 2010-03-22 14:55:40 +0100 |
---|---|---|
committer | Andreas Bregas <ab@openoffice.org> | 2010-03-22 14:55:40 +0100 |
commit | 748a986e2fcf3feb97eda4fa5d077f1083a0a73d (patch) | |
tree | 33c4e1ac9cce41642c4613c4ffa1dbc810c64ee7 /basic | |
parent | eba9b5296fe39c03a700520c7126a8afa52252ee (diff) |
npower14miscfixes: Removed warning
Diffstat (limited to 'basic')
-rwxr-xr-x[-rw-r--r--] | basic/source/classes/sb.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/classes/sb.cxx b/basic/source/classes/sb.cxx index 3d35f70d2b38..ae290c04694f 100644..100755 --- a/basic/source/classes/sb.cxx +++ b/basic/source/classes/sb.cxx @@ -68,7 +68,7 @@ using com::sun::star::uno::Reference; using com::sun::star::uno::Any; using com::sun::star::uno::UNO_QUERY; using com::sun::star::lang::XMultiServiceFactory; -; + const static String aThisComponent( RTL_CONSTASCII_USTRINGPARAM("ThisComponent") ); const static String aVBAHook( RTL_CONSTASCII_USTRINGPARAM( "VBAGlobals" ) ); |