statusbardocumenthandler.hxx (f8e07b45) statusbardocumenthandler.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

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

122 throw( ::com::sun::star::xml::sax::SAXException,
123 ::com::sun::star::uno::RuntimeException );
124
125 private:
126 ::rtl::OUString getErrorLineString();
127
128 class StatusBarHashMap : public ::std::hash_map< ::rtl::OUString ,
129 StatusBar_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

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

122 throw( ::com::sun::star::xml::sax::SAXException,
123 ::com::sun::star::uno::RuntimeException );
124
125 private:
126 ::rtl::OUString getErrorLineString();
127
128 class StatusBarHashMap : public ::std::hash_map< ::rtl::OUString ,
129 StatusBar_XML_Entry ,
130 OUStringHashCode ,
130 rtl::OUStringHash,
131 ::std::equal_to< ::rtl::OUString > >
132 {
133 public:
134 inline void free()
135 {
136 StatusBarHashMap().swap( *this );
137 }
138 };

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

--- 43 unchanged lines hidden ---