summaryrefslogtreecommitdiff
path: root/svx/source/unodraw/unoshtxt.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/unodraw/unoshtxt.cxx')
-rw-r--r--svx/source/unodraw/unoshtxt.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/unodraw/unoshtxt.cxx b/svx/source/unodraw/unoshtxt.cxx
index 377cf00d4eda..d2ffe9d53bc6 100644
--- a/svx/source/unodraw/unoshtxt.cxx
+++ b/svx/source/unodraw/unoshtxt.cxx
@@ -921,7 +921,7 @@ void SvxTextEditSourceImpl::unlock()
bool SvxTextEditSourceImpl::IsValid() const
{
- return mpView && mpWindow ? sal_True : sal_False;
+ return mpView && mpWindow ? true : false;
}
Rectangle SvxTextEditSourceImpl::GetVisArea()