FrameOASISTContext.cxx (63bba73c) FrameOASISTContext.cxx (870262e3)
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

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

161 else
162 {
163 pContext = new XMLIgnoreTransformerContext( GetTransformer(),
164 rQName,
165 sal_True, sal_True );
166 }
167 break;
168 default:
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

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

161 else
162 {
163 pContext = new XMLIgnoreTransformerContext( GetTransformer(),
164 rQName,
165 sal_True, sal_True );
166 }
167 break;
168 default:
169 OSL_ENSURE( !this, "unknown action" );
169 OSL_ENSURE( sal_False, "unknown action" );
170 break;
171 }
172 }
173 }
174
175 // default is copying
176 if( !pContext )
177 pContext = XMLTransformerContext::CreateChildContext( nPrefix,

--- 19 unchanged lines hidden ---
170 break;
171 }
172 }
173 }
174
175 // default is copying
176 if( !pContext )
177 pContext = XMLTransformerContext::CreateChildContext( nPrefix,

--- 19 unchanged lines hidden ---