summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/control/sqledit.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-07-16 06:56:28 +0000
committerOcke Janssen <oj@openoffice.org>2001-07-16 06:56:28 +0000
commiteeea84397ecbeabb58670ddd4564cfd071dc9a0b (patch)
tree115b068281e6f27039a6a90f0cb060c22988be52 /dbaccess/source/ui/control/sqledit.cxx
parent#89657# check if copy is allowed (diff)
downloadcore-eeea84397ecbeabb58670ddd4564cfd071dc9a0b.tar.gz
core-eeea84397ecbeabb58670ddd4564cfd071dc9a0b.zip
#89657# check name
Diffstat (limited to 'dbaccess/source/ui/control/sqledit.cxx')
-rw-r--r--dbaccess/source/ui/control/sqledit.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/dbaccess/source/ui/control/sqledit.cxx b/dbaccess/source/ui/control/sqledit.cxx
index df56982d2b7c..fbed966ec700 100644
--- a/dbaccess/source/ui/control/sqledit.cxx
+++ b/dbaccess/source/ui/control/sqledit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sqledit.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: oj $ $Date: 2001-04-18 13:20:48 $
+ * last change: $Author: oj $ $Date: 2001-07-16 07:44:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -208,7 +208,6 @@ void OSqlEdit::OverloadedSetText(const String& rNewText)
MultiLineEdit::SetText(rNewText);
m_strOrigText = rNewText;
- static_cast<OQueryContainerWindow*>(m_pView->GetParent())->getView()->getRealView()->getController()->setModified(sal_True);
}
// -----------------------------------------------------------------------------
void OSqlEdit::stopTimer()