diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-09-05 15:46:18 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-09-05 15:46:55 +0200 |
commit | 0411360989b7a1371d4fa13dcd695ebe9157bbd1 (patch) | |
tree | f0259d1f741d0b4775db6704a4c80b1aa4ad4e3a /pyuno | |
parent | b679a2a02180c017bd8b596fb2e4f283bad93b75 (diff) |
Some clean up of previous commit
Change-Id: I05287fd79455f968c770d61bf5f320b07bba7d9e
Diffstat (limited to 'pyuno')
-rw-r--r-- | pyuno/source/module/pyuno_runtime.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyuno/source/module/pyuno_runtime.cxx b/pyuno/source/module/pyuno_runtime.cxx index a89b1822cbbc..c61ae008ac3d 100644 --- a/pyuno/source/module/pyuno_runtime.cxx +++ b/pyuno/source/module/pyuno_runtime.cxx @@ -46,7 +46,6 @@ using com::sun::star::uno::TypeDescription; using com::sun::star::uno::Sequence; using com::sun::star::uno::Type; using com::sun::star::uno::UNO_QUERY; -using com::sun::star::uno::UNO_QUERY_THROW; using com::sun::star::uno::Exception; using com::sun::star::uno::RuntimeException; using com::sun::star::uno::XComponentContext; |