summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/appserv.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/appserv.cxx')
-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 &) {