Kaydet (Commit) 46cf9aed authored tarafından Stephan Bergmann's avatar Stephan Bergmann

SAL_WARN_UNUSED css::uno::Type

Change-Id: I3b165e2a4414fd3d6c3cede5eb39beffa9fe7576
üst 396b3594
...@@ -140,8 +140,6 @@ SQLExceptionInfo::SQLExceptionInfo(const staruno::Any& _rError) ...@@ -140,8 +140,6 @@ SQLExceptionInfo::SQLExceptionInfo(const staruno::Any& _rError)
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void SQLExceptionInfo::implDetermineType() void SQLExceptionInfo::implDetermineType()
{ {
staruno::Type aContentType = m_aContent.getValueType();
const Type& aSQLExceptionType = ::getCppuType( static_cast< SQLException* >( 0 ) ); const Type& aSQLExceptionType = ::getCppuType( static_cast< SQLException* >( 0 ) );
const Type& aSQLWarningType = ::getCppuType( static_cast< SQLWarning* >( 0 ) ); const Type& aSQLWarningType = ::getCppuType( static_cast< SQLWarning* >( 0 ) );
const Type& aSQLContextType = ::getCppuType( static_cast< SQLContext* >( 0 ) ); const Type& aSQLContextType = ::getCppuType( static_cast< SQLContext* >( 0 ) );
......
...@@ -52,7 +52,7 @@ enum UnoType_NoAcquire ...@@ -52,7 +52,7 @@ enum UnoType_NoAcquire
@see typelib_TypeDescriptionReference @see typelib_TypeDescriptionReference
*/ */
class Type class SAL_WARN_UNUSED Type
{ {
/** the C typelib reference pointer /** the C typelib reference pointer
*/ */
......
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