summaryrefslogtreecommitdiff
path: root/svx/source/fmcomp/gridctrl.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-10-31 11:59:22 +0000
committerOcke Janssen <oj@openoffice.org>2002-10-31 11:59:22 +0000
commitbd427846127afb9d9d3befd455bafd27e7680f76 (patch)
treec44e32ec6ae2465ca95c2232ae4d79083ca7926e /svx/source/fmcomp/gridctrl.cxx
parent974afa2d4c75824d28441df114667f1fee5aa9fc (diff)
#104392# move methods from derived class into this
Diffstat (limited to 'svx/source/fmcomp/gridctrl.cxx')
-rw-r--r--svx/source/fmcomp/gridctrl.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/fmcomp/gridctrl.cxx b/svx/source/fmcomp/gridctrl.cxx
index 99a5e8168e..ee697e6973 100644
--- a/svx/source/fmcomp/gridctrl.cxx
+++ b/svx/source/fmcomp/gridctrl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: gridctrl.cxx,v $
*
- * $Revision: 1.54 $
+ * $Revision: 1.55 $
*
- * last change: $Author: oj $ $Date: 2002-10-07 13:09:48 $
+ * last change: $Author: oj $ $Date: 2002-10-31 12:59:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2650,6 +2650,7 @@ void DbGridControl::SetDesignMode(sal_Bool bMode)
m_bDesignMode = bMode;
GetDataWindow().SetMouseTransparent(bMode);
SetMouseTransparent(bMode);
+
m_aBar.InvalidateAll(m_nCurrentPos, sal_True);
}
}