TransformerContext.cxx (63bba73c) TransformerContext.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

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

95
96sal_Bool XMLTransformerContext::IsPersistent() const
97{
98 return sal_False;
99}
100
101void XMLTransformerContext::Export()
102{
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

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

95
96sal_Bool XMLTransformerContext::IsPersistent() const
97{
98 return sal_False;
99}
100
101void XMLTransformerContext::Export()
102{
103 OSL_ENSURE( !this, "context is not persistent" );
103 OSL_ENSURE( sal_False, "context is not persistent" );
104}
105
106void XMLTransformerContext::ExportContent()
107{
104}
105
106void XMLTransformerContext::ExportContent()
107{
108 OSL_ENSURE( !this, "context is not persistent" );
108 OSL_ENSURE( sal_False, "context is not persistent" );
109}
109}