diff options
author | Christian Lippka <cl@openoffice.org> | 2009-10-27 16:52:56 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2009-10-27 16:52:56 +0000 |
commit | 2e6e02efc7119ad8b8f2893f6f7f7ec8ffe6987c (patch) | |
tree | fc041289882a6ff50e4a88bede3030e53d098069 /sd/source | |
parent | 291fd0bdf6d1ffaf7a3b076ad8d05b7de08c5018 (diff) |
fixed unix errors
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/func/fuformatpaintbrush.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sd/source/ui/func/fuformatpaintbrush.cxx b/sd/source/ui/func/fuformatpaintbrush.cxx index 4572482018137..58842f090d3ad 100644 --- a/sd/source/ui/func/fuformatpaintbrush.cxx +++ b/sd/source/ui/func/fuformatpaintbrush.cxx @@ -48,7 +48,7 @@ #include "sdmod.hxx" #include "fuformatpaintbrush.hxx" -#include "DrawView.hxx" +#include "drawview.hxx" #include "DrawDocShell.hxx" #include "DrawViewShell.hxx" #include "FrameView.hxx" @@ -111,7 +111,6 @@ BOOL FuFormatPaintBrush::MouseButtonDown(const MouseEvent& rMEvt) { if(mpView&&mpWindow) { - BOOL bTextEdit = FALSE; SdrViewEvent aVEvt; SdrHitKind eHit = mpView->PickAnything(rMEvt, SDRMOUSEBUTTONDOWN, aVEvt); |