summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-07-23 10:05:38 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-07-23 10:05:38 +0000
commit15f61eb13f4e73022f609de347aa5bb0207fcf1f (patch)
treeb5366a8c0493529e43bbe38f2358bd6c82811957 /forms/source/component
parentcfb5cfb0c84bc9f5b5fb0596d3db16f9ee275541 (diff)
#100000# namespace spec for gcc
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/Edit.cxx8
-rw-r--r--forms/source/component/FormattedField.cxx8
2 files changed, 8 insertions, 8 deletions
diff --git a/forms/source/component/Edit.cxx b/forms/source/component/Edit.cxx
index ebf5d671dce3..6485e4ac220f 100644
--- a/forms/source/component/Edit.cxx
+++ b/forms/source/component/Edit.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: Edit.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: fs $ $Date: 2002-03-04 14:46:12 $
+ * last change: $Author: vg $ $Date: 2002-07-23 11:05:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -262,7 +262,7 @@ void OEditControl::focusLost( const FocusEvent& e ) throw ( ::com::sun::star::un
// XKeyListener
//------------------------------------------------------------------------------
-void OEditControl::keyPressed(const KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
+void OEditControl::keyPressed(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
{
if( e.KeyCode != KEY_RETURN || e.Modifiers != 0 )
return;
@@ -319,7 +319,7 @@ void OEditControl::keyPressed(const KeyEvent& e) throw ( ::com::sun::star::uno::
}
//------------------------------------------------------------------------------
-void OEditControl::keyReleased(const KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
+void OEditControl::keyReleased(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
{
}
diff --git a/forms/source/component/FormattedField.cxx b/forms/source/component/FormattedField.cxx
index dcc6dd735a1c..3ee67e96f8d9 100644
--- a/forms/source/component/FormattedField.cxx
+++ b/forms/source/component/FormattedField.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: FormattedField.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: oj $ $Date: 2002-06-24 11:35:59 $
+ * last change: $Author: vg $ $Date: 2002-07-23 11:05:38 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -281,7 +281,7 @@ void OFormattedControl::disposing(const EventObject& _rSource) throw(RuntimeExce
}
//------------------------------------------------------------------------------
-void OFormattedControl::keyPressed(const KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
+void OFormattedControl::keyPressed(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
{
if( e.KeyCode != KEY_RETURN || e.Modifiers != 0 )
return;
@@ -334,7 +334,7 @@ void OFormattedControl::keyPressed(const KeyEvent& e) throw ( ::com::sun::star::
}
//------------------------------------------------------------------------------
-void OFormattedControl::keyReleased(const KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
+void OFormattedControl::keyReleased(const ::com::sun::star::awt::KeyEvent& e) throw ( ::com::sun::star::uno::RuntimeException)
{
}