summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/editdoc.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-03-14 08:39:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-03-14 08:39:38 +0000
commit5de665083efe7482c6e9fb1cf2324a41897dbf43 (patch)
tree6af0b943b73cd39f89f5e6d899793f6ff500be85 /svx/source/editeng/editdoc.cxx
parentINTEGRATION: CWS dbo603 (1.10.102); FILE MERGED (diff)
downloadcore-5de665083efe7482c6e9fb1cf2324a41897dbf43.tar.gz
core-5de665083efe7482c6e9fb1cf2324a41897dbf43.zip
INTEGRATION: CWS tl19 (1.41.60); FILE MERGED
2006/02/13 10:55:35 tl 1.41.60.1: #i54913# (Thai) inout sequence checking for EditEngine
Diffstat (limited to 'svx/source/editeng/editdoc.cxx')
-rw-r--r--svx/source/editeng/editdoc.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/editeng/editdoc.cxx b/svx/source/editeng/editdoc.cxx
index cb121a65398b..5626120e8b02 100644
--- a/svx/source/editeng/editdoc.cxx
+++ b/svx/source/editeng/editdoc.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: editdoc.cxx,v $
*
- * $Revision: 1.41 $
+ * $Revision: 1.42 $
*
- * last change: $Author: rt $ $Date: 2006-01-10 14:00:48 $
+ * last change: $Author: vg $ $Date: 2006-03-14 09:39:38 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -632,7 +632,7 @@ EditSelection& EditSelection::operator = ( const EditPaM& rPaM )
return *this;
}
-BOOL EditSelection::IsInvalid()
+BOOL EditSelection::IsInvalid() const
{
EditPaM aEmptyPaM;