summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-11-28 04:09:28 -0600
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-11-28 04:09:28 -0600
commitdeb098d9726a3dacb605695de0ee304d6c2b3034 (patch)
treefda399f8f3306cd521b1737d54ca71b50e89299a /extensions
parent90a27e2eb905c1a4203a4a652315c16a60d8aa26 (diff)
oops. mixed-up OString and OUString
Change-Id: Iceed183de77a33652c1adb21e4d4146b65a44ec7
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/win/winmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/plugin/win/winmgr.cxx b/extensions/source/plugin/win/winmgr.cxx
index 3abf3f959dbf..17f06d3cc4a9 100644
--- a/extensions/source/plugin/win/winmgr.cxx
+++ b/extensions/source/plugin/win/winmgr.cxx
@@ -96,7 +96,7 @@ static void addPluginsFromPath( const TCHAR * pPluginsPath, PluginLocationMap &
while (hFind != INVALID_HANDLE_VALUE)
{
- OString aName = OUString( aFindData.cFileName ).toAsciiLowerCase();
+ OString aName = OString( aFindData.cFileName ).toAsciiLowerCase();
// no netscape default plugin anymore...
// and no double plugin dlls