diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-05 23:42:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-02-05 23:46:54 +0900 |
commit | e37d24e1c9a3140df47238b1989fc0b5df1443f6 (patch) | |
tree | f3428a9e243eefdca1c3dcc118772c7bdf990b52 /sw/source/ui/ribbar/dselect.cxx | |
parent | 2bd856e643ef526c1283475c19cd355f7ef840f4 (diff) |
sal_Bool to bool
Change-Id: Ie3901ac8dc2cb46f6d06cbc2c80760570a474bf9
Diffstat (limited to 'sw/source/ui/ribbar/dselect.cxx')
-rw-r--r-- | sw/source/ui/ribbar/dselect.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/ui/ribbar/dselect.cxx b/sw/source/ui/ribbar/dselect.cxx index cd52505fe2ad..63083936b1a4 100644 --- a/sw/source/ui/ribbar/dselect.cxx +++ b/sw/source/ui/ribbar/dselect.cxx @@ -34,7 +34,7 @@ DrawSelection::DrawSelection(SwWrtShell* pWrtShell, SwEditWin* pEditWin, SwView* pSwView) : SwDrawBase(pWrtShell, pEditWin, pSwView) { - m_bCreateObj = sal_False; + m_bCreateObj = false; } /************************************************************************* |