summaryrefslogtreecommitdiff
path: root/sw/source/ui/docvw
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-11-08 09:34:40 +0000
committerOliver Specht <os@openoffice.org>2002-11-08 09:34:40 +0000
commit11d9e93adc334c03dde6bd68e04fe302b8e4e53e (patch)
tree80e42d7b19feb7c2cf7da2846ba5f3ee670d0b08 /sw/source/ui/docvw
parent511a2ce26de3d1773cbfa5784893a7348b60aa2f (diff)
#84741# enable key positioning of frames if SOME_ABS_POS is supported
Diffstat (limited to 'sw/source/ui/docvw')
-rw-r--r--sw/source/ui/docvw/edtwin.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/docvw/edtwin.cxx b/sw/source/ui/docvw/edtwin.cxx
index 4d7ac36f818d..43aca60a0ada 100644
--- a/sw/source/ui/docvw/edtwin.cxx
+++ b/sw/source/ui/docvw/edtwin.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: edtwin.cxx,v $
*
- * $Revision: 1.59 $
+ * $Revision: 1.60 $
*
- * last change: $Author: os $ $Date: 2002-11-06 12:50:23 $
+ * last change: $Author: os $ $Date: 2002-11-08 10:34:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -957,7 +957,7 @@ void SwEditWin::ChangeFly( BYTE nDir, BOOL bWeb )
bSetPos = FALSE;
else
{
- bSetPos = (::GetHtmlMode(rView.GetDocShell()) & HTMLMODE_FULL_ABS_POS) ?
+ bSetPos = (::GetHtmlMode(rView.GetDocShell()) & HTMLMODE_SOME_ABS_POS) ?
TRUE : FALSE;
}
}