summaryrefslogtreecommitdiff
path: root/sfx2/source/control/thumbnailviewacc.cxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-07-06 12:28:59 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-06 12:38:35 +0200
commit67f63a9057c3f3f3bc2aff807426fdf133963524 (patch)
treeecd0510c529a7d4b6c8755bc4b85d6bcfdf8d433 /sfx2/source/control/thumbnailviewacc.cxx
parent15f32aac7b874eee5f7b7ebe90f50c31ebd5efac (diff)
ThumbnailViewAcc::deselectAccessibleChild: -Werror=empty-body
Change-Id: Ieed8eff3e3e39821ea7efd3d3b349af9b7088112
Diffstat (limited to 'sfx2/source/control/thumbnailviewacc.cxx')
-rw-r--r--sfx2/source/control/thumbnailviewacc.cxx4
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 )