SlideTransitionPane.cxx (7a32b0c8) SlideTransitionPane.cxx (9afceb33)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 962 unchanged lines hidden (view full) ---

971
972 if( bValidSoundFile )
973 {
974 bQuitLoop = true;
975 }
976 else // not in sound list
977 {
978 // try to insert into gallery
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 962 unchanged lines hidden (view full) ---

971
972 if( bValidSoundFile )
973 {
974 bQuitLoop = true;
975 }
976 else // not in sound list
977 {
978 // try to insert into gallery
979 if( GalleryExplorer::InsertURL( GALLERY_THEME_USERSOUNDS, aFile, SGA_FORMAT_SOUND ) )
979 if( GalleryExplorer::InsertURL( GALLERY_THEME_USERSOUNDS, aFile ) )
980 {
981 updateSoundList();
982 bValidSoundFile = lcl_findSoundInList( maSoundList, aFile, nPos );
983 DBG_ASSERT( bValidSoundFile, "Adding sound to gallery failed" );
984
985 bQuitLoop = true;
986 }
987 else

--- 371 unchanged lines hidden ---
980 {
981 updateSoundList();
982 bValidSoundFile = lcl_findSoundInList( maSoundList, aFile, nPos );
983 DBG_ASSERT( bValidSoundFile, "Adding sound to gallery failed" );
984
985 bQuitLoop = true;
986 }
987 else

--- 371 unchanged lines hidden ---