summaryrefslogtreecommitdiff
path: root/svx/inc
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2013-04-04 12:25:07 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2013-04-04 13:11:02 +0900
commit690b40af2d1e38e8a836b4c64b3fa3082fbac536 (patch)
treecbdfaae7cc86cc2266b7b1fb17fbbe5ab047a265 /svx/inc
parenta123975e4bfcad4f18fa4b336def8e4b8e8577b4 (diff)
sal_Bool to bool
Change-Id: I4f8a592404272f3ba2602aa1ef42d399d7faae78
Diffstat (limited to 'svx/inc')
-rw-r--r--svx/inc/svx/svdedxv.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/svx/svdedxv.hxx b/svx/inc/svx/svdedxv.hxx
index b385aefb12a3..13cf6f05b5ef 100644
--- a/svx/inc/svx/svdedxv.hxx
+++ b/svx/inc/svx/svdedxv.hxx
@@ -117,7 +117,7 @@ protected:
// Eine neue OutlinerView auf dem Heap anlegen und alle erforderlichen Parameter setzen.
// pTextEditObj, pTextEditPV und pTextEditOutliner muessen initiallisiert sein.
- OutlinerView* ImpMakeOutlinerView(Window* pWin, sal_Bool bNoPaint, OutlinerView* pGivenView) const;
+ OutlinerView* ImpMakeOutlinerView(Window* pWin, bool bNoPaint, OutlinerView* pGivenView) const;
void ImpPaintOutlinerView(OutlinerView& rOutlView, const Rectangle& rRect, OutputDevice& rTargetDevice) const;
void ImpInvalidateOutlinerView(OutlinerView& rOutlView) const;