summaryrefslogtreecommitdiff
path: root/filter/source/flash
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:24:24 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:26 +0100
commit70217974e104ed5fcab415fdf04fd37c0cca3601 (patch)
tree77db1997e8399aeca7bbc3806a943672ae1f00ca /filter/source/flash
parent226dd312e17fd3b97db17a131b703bbb9ab009f2 (diff)
filter: Use appropriate OUString functions on string constants
Change-Id: I9b8be418e8ac43eab27ef1f8a80ca09d66524810
Diffstat (limited to 'filter/source/flash')
-rw-r--r--filter/source/flash/swfdialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/flash/swfdialog.cxx b/filter/source/flash/swfdialog.cxx
index 3a77307fe223..981731ae642e 100644
--- a/filter/source/flash/swfdialog.cxx
+++ b/filter/source/flash/swfdialog.cxx
@@ -58,7 +58,7 @@ Sequence< OUString > SAL_CALL SWFDialog_getSupportedServiceNames()
{
Sequence < OUString > aRet(1);
OUString* pArray = aRet.getArray();
- pArray[0] = OUString ( SERVICE_NAME );
+ pArray[0] = SERVICE_NAME;
return aRet;
}