summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdmrkv1.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-10-12 12:11:25 +0000
committerOliver Bolte <obo@openoffice.org>2006-10-12 12:11:25 +0000
commitc54e0b75925c8405ae3d2b048be90f2b13f70dec (patch)
tree256666e24f2e3d7e0ce88c6bfd82e248e69896fa /svx/source/svdraw/svdmrkv1.cxx
parent3cdd28c287641cc3fbcda5025107f00f57fd0a17 (diff)
INTEGRATION: CWS sb59 (1.8.48); FILE MERGED
2006/08/28 12:58:02 sb 1.8.48.1: #i67487# Made code warning-free (wntmsci10).
Diffstat (limited to 'svx/source/svdraw/svdmrkv1.cxx')
-rw-r--r--svx/source/svdraw/svdmrkv1.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdmrkv1.cxx b/svx/source/svdraw/svdmrkv1.cxx
index d0e767a313db..8b12d08c0683 100644
--- a/svx/source/svdraw/svdmrkv1.cxx
+++ b/svx/source/svdraw/svdmrkv1.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdmrkv1.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: obo $ $Date: 2006-09-17 05:53:07 $
+ * last change: $Author: obo $ $Date: 2006-10-12 13:11:25 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@
BOOL SdrMarkView::HasMarkablePoints() const
{
ForceUndirtyMrkPnt();
- BOOL bRet=FALSE;
+ bool bRet=false;
if (!ImpIsFrameHandles()) {
ULONG nMarkAnz=GetMarkedObjectCount();
if (nMarkAnz<=nFrameHandlesLimit) {