Kaydet (Commit) 06dde541 authored tarafından Takeshi Abe's avatar Takeshi Abe

catch by const reference

Change-Id: I7fda9e06f5beeab4fdfeb1475cda7719ab230073
üst 4469eb20
...@@ -180,7 +180,7 @@ void Tables::refresh() ...@@ -180,7 +180,7 @@ void Tables::refresh()
} }
m_name2index.swap( map ); m_name2index.swap( map );
} }
catch ( com::sun::star::sdbc::SQLException & e ) catch ( const com::sun::star::sdbc::SQLException & e )
{ {
throw RuntimeException( e.Message , e.Context ); throw RuntimeException( e.Message , e.Context );
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment