diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-07-06 12:28:59 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-07-06 12:38:35 +0200 |
commit | 67f63a9057c3f3f3bc2aff807426fdf133963524 (patch) | |
tree | ecd0510c529a7d4b6c8755bc4b85d6bcfdf8d433 | |
parent | 15f32aac7b874eee5f7b7ebe90f50c31ebd5efac (diff) |
ThumbnailViewAcc::deselectAccessibleChild: -Werror=empty-body
Change-Id: Ieed8eff3e3e39821ea7efd3d3b349af9b7088112
-rw-r--r-- | sfx2/source/control/thumbnailviewacc.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/control/thumbnailviewacc.cxx b/sfx2/source/control/thumbnailviewacc.cxx index 680a4699ec5b..7fe5d42617c6 100644 --- a/sfx2/source/control/thumbnailviewacc.cxx +++ b/sfx2/source/control/thumbnailviewacc.cxx @@ -543,8 +543,8 @@ void SAL_CALL ThumbnailViewAcc::deselectAccessibleChild( sal_Int32 nChildIndex ) const SolarMutexGuard aSolarGuard; // Because of the single selection we can reset the whole selection when // the specified child is currently selected. - if (isAccessibleChildSelected(nChildIndex)) - ; +//FIXME TODO if (isAccessibleChildSelected(nChildIndex)) +//FIXME TODO ; } sal_Int64 SAL_CALL ThumbnailViewAcc::getSomething( const uno::Sequence< sal_Int8 >& rId ) throw( uno::RuntimeException ) |