summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/viewoverlaymanager.cxx
diff options
context:
space:
mode:
authorChristian Lippka <christian.lippka@sun.com>2010-03-30 10:07:55 +0200
committerChristian Lippka <christian.lippka@sun.com>2010-03-30 10:07:55 +0200
commitc42b82815584eb2c4a980d167d03a1be4e4e9ef0 (patch)
tree18a8f1c32274596765f9d1870f621b48615b0a47 /sd/source/ui/view/viewoverlaymanager.cxx
parent8add6851259b5112e90bcb810c90e2a990003f3c (diff)
fixed compile warnings
Diffstat (limited to 'sd/source/ui/view/viewoverlaymanager.cxx')
-rw-r--r--sd/source/ui/view/viewoverlaymanager.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/ui/view/viewoverlaymanager.cxx b/sd/source/ui/view/viewoverlaymanager.cxx
index a9df2a1baf94..a3b667217bc9 100644
--- a/sd/source/ui/view/viewoverlaymanager.cxx
+++ b/sd/source/ui/view/viewoverlaymanager.cxx
@@ -322,8 +322,6 @@ void ChangePlaceholderTag::addCustomHandles( SdrHdlList& rHandlerList )
{
if( mxPlaceholderObj.is() )
{
- const bool bHighContrast = Application::GetSettings().GetStyleSettings().GetHighContrastMode();
-
SdrObject* pPlaceholder = mxPlaceholderObj.get();
SmartTagReference xThis( this );
const Rectangle& rSnapRect = pPlaceholder->GetSnapRect();