eventsdocumenthandler.hxx (f8e07b45) eventsdocumenthandler.hxx (5758ad8c)
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

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

123 protected:
124 virtual ~OReadEventsDocumentHandler();
125
126 private:
127 ::rtl::OUString getErrorLineString();
128
129 class EventsHashMap : public ::std::hash_map< ::rtl::OUString ,
130 Events_XML_Entry ,
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

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

123 protected:
124 virtual ~OReadEventsDocumentHandler();
125
126 private:
127 ::rtl::OUString getErrorLineString();
128
129 class EventsHashMap : public ::std::hash_map< ::rtl::OUString ,
130 Events_XML_Entry ,
131 OUStringHashCode ,
131 rtl::OUStringHash,
132 ::std::equal_to< ::rtl::OUString > >
133 {
134 public:
135 inline void free()
136 {
137 EventsHashMap().swap( *this );
138 }
139 };

--- 45 unchanged lines hidden ---
132 ::std::equal_to< ::rtl::OUString > >
133 {
134 public:
135 inline void free()
136 {
137 EventsHashMap().swap( *this );
138 }
139 };

--- 45 unchanged lines hidden ---