diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-25 17:17:47 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-26 13:26:25 +0200 |
commit | a508f639a033cefe10ad78a09d3b3c46c162aad9 (patch) | |
tree | 597720af61860cae97cffd84c638bcaa73e8e381 /embeddedobj | |
parent | abc6071b7a8af354a56c91e4caecd8afc79f55cc (diff) |
mark UNO structs as SAL_WARN_UNUSED, where possible
Change-Id: Ie3de518f60c9f1313c68df54dbdc1fb2804f1f0d
Diffstat (limited to 'embeddedobj')
-rw-r--r-- | embeddedobj/source/commonembedding/specialobject.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/embeddedobj/source/commonembedding/specialobject.cxx b/embeddedobj/source/commonembedding/specialobject.cxx index fe665bf7237f..b9ec0abf9d78 100644 --- a/embeddedobj/source/commonembedding/specialobject.cxx +++ b/embeddedobj/source/commonembedding/specialobject.cxx @@ -138,7 +138,6 @@ awt::Size SAL_CALL OSpecialEmbeddedObject::getVisualAreaSize( sal_Int64 nAspect throw embed::WrongStateException( "The own object has no model!", static_cast< ::cppu::OWeakObject* >(this) ); - awt::Size aResult; return maSize; } |