diff options
-rw-r--r-- | sdext/source/presenter/PresenterPaneBorderManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/presenter/PresenterPaneBorderManager.cxx b/sdext/source/presenter/PresenterPaneBorderManager.cxx index 7285849938df..f02c4b0e1c7a 100644 --- a/sdext/source/presenter/PresenterPaneBorderManager.cxx +++ b/sdext/source/presenter/PresenterPaneBorderManager.cxx @@ -168,7 +168,7 @@ PresenterPaneBorderManager::BorderElement // Translate bits in nCode into BorderElement value. switch (nCode) { - case mnOutside | mnOutside: + case mnOutside: case mnOutside | mnLeft: case mnOutside | mnRight: case mnOutside | mnHorizontalCenter: |