filehandler.cxx (24c56ab9) filehandler.cxx (3d762826)
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

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

252 {
253 if ( m_eFileValidity == eValid )
254 {
255 ::rtl::OString sTail;
256 if ( m_aHandlerHelper.getEncodedTail( sTail ) )
257 impl_writeString_nothrow( sTail );
258 }
259
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

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

252 {
253 if ( m_eFileValidity == eValid )
254 {
255 ::rtl::OString sTail;
256 if ( m_aHandlerHelper.getEncodedTail( sTail ) )
257 impl_writeString_nothrow( sTail );
258 }
259
260 m_pFile.reset( NULL );
260 m_pFile.reset();
261 m_aHandlerHelper.setFormatter( NULL );
262 }
263
264 //--------------------------------------------------------------------
265 void FileHandler::enterMethod( MethodGuard::Access )
266 {
267 m_aHandlerHelper.enterMethod();
268 }

--- 169 unchanged lines hidden ---
261 m_aHandlerHelper.setFormatter( NULL );
262 }
263
264 //--------------------------------------------------------------------
265 void FileHandler::enterMethod( MethodGuard::Access )
266 {
267 m_aHandlerHelper.enterMethod();
268 }

--- 169 unchanged lines hidden ---