diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 15:11:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-04-17 15:11:09 +0000 |
commit | daaea8461b26f11b9cd8483a6775870641aad7d5 (patch) | |
tree | f216a25f60cb9f2a9885ccc6e8c4759c9d6a32b8 /sw/source/ui/inc | |
parent | 693257e697353728166c7dcc09dd41fb7711f644 (diff) |
INTEGRATION: CWS sw011 (1.11.146); FILE MERGED
2003/04/11 14:19:24 dvo 1.11.146.1: #108712# re-enable copying of frames
(but still disable copying of empty selections)
Diffstat (limited to 'sw/source/ui/inc')
-rw-r--r-- | sw/source/ui/inc/wrtsh.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/inc/wrtsh.hxx b/sw/source/ui/inc/wrtsh.hxx index 9038bdcd64..aebf83c543 100644 --- a/sw/source/ui/inc/wrtsh.hxx +++ b/sw/source/ui/inc/wrtsh.hxx @@ -2,9 +2,9 @@ * * $RCSfile: wrtsh.hxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: fme $ $Date: 2002-12-02 10:29:14 $ + * last change: $Author: vg $ $Date: 2003-04-17 16:11:09 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -144,7 +144,7 @@ public: BOOL IsInSelect() const { return bInSelect; } void SetInSelect(BOOL bSel = TRUE) { bInSelect = bSel; } // Liegt eine Text- oder Rahmenselektion vor? - BOOL HasSelection() const { return IsSelection() || IsSelFrmMode() || IsObjSelected(); } + BOOL HasSelection() const { return SwCrsrShell::HasSelection() || IsSelFrmMode() || IsObjSelected(); } FASTBOOL Pop( BOOL bOldCrsr = TRUE ); void EnterStdMode(); |