summaryrefslogtreecommitdiff
path: root/vcl/source/components
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source/components')
-rw-r--r--vcl/source/components/fontident.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/source/components/fontident.cxx b/vcl/source/components/fontident.cxx
index dce92d30bf3b..e5880d3bcd88 100644
--- a/vcl/source/components/fontident.cxx
+++ b/vcl/source/components/fontident.cxx
@@ -153,8 +153,8 @@ Any SAL_CALL FontIdentificator::getMaterial() throw(RuntimeException, std::excep
Sequence< OUString > FontIdentificator_getSupportedServiceNames()
{
- static OUString aServiceName( "com.sun.star.awt.FontIdentificator" );
- static Sequence< OUString > aServiceNames( &aServiceName, 1 );
+ OUString aServiceName( "com.sun.star.awt.FontIdentificator" );
+ Sequence< OUString > aServiceNames( &aServiceName, 1 );
return aServiceNames;
}