3D model insertion: display extensions in the filter selector

Change-Id: I8c7b7a311cbd38058540d3462b0497ebe3d28a9e
This commit is contained in:
Zolnai Tamás
2014-06-11 12:04:37 +02:00
parent e8fcf1153f
commit ca3a1e1c6b

View File

@@ -790,9 +790,9 @@ void FuInsert3DModel::DoExecute( SfxRequest& )
aDlg.SetTitle( "Insert 3D Model" );
aDlg.AddFilter( "All supported formats", "*.json; *.dae; *.kmz" );
aDlg.AddFilter( "GL Transmission Format", "*.json" );
aDlg.AddFilter( "COLLADA", "*.dae" );
aDlg.AddFilter( "Keyhole Markup language Zipped", "*.kmz" );
aDlg.AddFilter( "JSON - GL Transmission Format", "*.json" );
aDlg.AddFilter( "DAE - COLLADA", "*.dae" );
aDlg.AddFilter( "KMZ - Keyhole Markup language Zipped", "*.kmz" );
OUString sURL;
if( aDlg.Execute() == ERRCODE_NONE )