summaryrefslogtreecommitdiff
path: root/sfx2/source
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@collabora.com>2013-12-13 15:09:40 +0000
committerMichael Meeks <michael.meeks@collabora.com>2013-12-13 17:26:30 +0000
commit23cc556b5fca757594c9c5d5df16cadd096218bc (patch)
treeffce4af6ba75cdc7b809b3ce98d029c7de56d5ff /sfx2/source
parent7f367c016c32678182b4666f98b204de6a6e882f (diff)
Targetted text updates, with seasonable changes before l10n freeze.
Change-Id: If37ef9f68711da3a0aa9a3ba59b111a8a23421df
Diffstat (limited to 'sfx2/source')
-rw-r--r--sfx2/source/appl/appserv.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 7fc357a4fbd8..4ba407c030aa 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -194,7 +194,7 @@ namespace
}
}
}
-/// Find the correct location of the document (LICENSE.odt, etc.), and return
+/// Find the correct location of the document (LICENSE.fodt, etc.), and return
/// it in rURL if found.
static sal_Bool checkURL( const char *pName, const char *pExt, OUString &rURL )
{
@@ -223,9 +223,9 @@ static void showDocument( const char* pBaseName )
args[1].Value <<= sal_True;
OUString aURL;
- if ( checkURL ( pBaseName, ".odt", aURL ) ||
- checkURL ( pBaseName, ".html", aURL ) ||
- checkURL ( pBaseName, "", aURL ) ) {
+ if ( checkURL ( pBaseName, ".fodt", aURL ) ||
+ checkURL ( pBaseName, ".html", aURL ) ||
+ checkURL ( pBaseName, "", aURL ) ) {
xDesktop->loadComponentFromURL( aURL, OUString("_blank"), 0, args );
}
} catch (const ::com::sun::star::uno::Exception &) {