Kaydet (Commit) 7e857dc7 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: gcc 4.6.0 various warnings

üst a08c9091
...@@ -311,12 +311,11 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& _rTableFilter, ::std ...@@ -311,12 +311,11 @@ sal_Int32 createWildCardVector(Sequence< ::rtl::OUString >& _rTableFilter, ::std
{ {
// build sorted versions of the filter sequences, so the visibility decision is faster // build sorted versions of the filter sequences, so the visibility decision is faster
Sequence< ::rtl::OUString > aTableFilter(_rTableFilter); Sequence< ::rtl::OUString > aTableFilter(_rTableFilter);
sal_Int32 nTableFilterLen = aTableFilter.getLength();
// for wildcard search : remove all table filters which are a wildcard expression and build a WildCard // for wildcard search : remove all table filters which are a wildcard expression and build a WildCard
// for them // for them
::std::vector< WildCard > aWCSearch; ::std::vector< WildCard > aWCSearch;
nTableFilterLen = createWildCardVector(aTableFilter,aWCSearch); createWildCardVector(aTableFilter,aWCSearch);
try try
{ {
......
...@@ -374,7 +374,7 @@ private: ...@@ -374,7 +374,7 @@ private:
ODocumentDefinition& m_rDocumentDefinition; ODocumentDefinition& m_rDocumentDefinition;
const ::com::sun::star::uno::Any m_aOldValue; const ::com::sun::star::uno::Any m_aOldValue;
const ::com::sun::star::uno::Any m_aNewValue; const ::com::sun::star::uno::Any m_aNewValue;
mutable ::osl::ResettableMutexGuard& m_rClearForNotify; ::osl::ResettableMutexGuard& m_rClearForNotify;
void impl_fireEvent_throw( const sal_Bool i_bVetoable ); void impl_fireEvent_throw( const sal_Bool i_bVetoable );
}; };
......
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