bastype2.cxx (31598a22) bastype2.cxx (0848378b)
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

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

776 }
777 }
778 catch( const Exception& )
779 {
780 DBG_UNHANDLED_EXCEPTION();
781 }
782 }
783
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

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

776 }
777 }
778 catch( const Exception& )
779 {
780 DBG_UNHANDLED_EXCEPTION();
781 }
782 }
783
784 if ( sFactoryURL.getLength() )
784 if ( !sFactoryURL.isEmpty() )
785 {
786 rImage = SvFileInformationManager::GetFileImage( INetURLObject( sFactoryURL ),
787 sal_False /* small */,
788 sal_False /* normal */ );
789
790 rImageHC = SvFileInformationManager::GetFileImage( INetURLObject( sFactoryURL ),
791 sal_False /* small */,
792 sal_True /* high contrast */ );

--- 104 unchanged lines hidden ---
785 {
786 rImage = SvFileInformationManager::GetFileImage( INetURLObject( sFactoryURL ),
787 sal_False /* small */,
788 sal_False /* normal */ );
789
790 rImageHC = SvFileInformationManager::GetFileImage( INetURLObject( sFactoryURL ),
791 sal_False /* small */,
792 sal_True /* high contrast */ );

--- 104 unchanged lines hidden ---