summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableDesignControl.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableDesignControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
index fda2115c9889..8b12c31e9977 100644
--- a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: TableDesignControl.cxx,v $
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
* This file is part of OpenOffice.org.
*
@@ -132,7 +132,7 @@ void OTableRowView::KeyInput( const KeyEvent& rEvt )
{
::com::sun::star::util::URL aUrl;
aUrl.Complete =::rtl::OUString::createFromAscii(".uno:DSBEditDoc");
- GetView()->getController()->dispatch( aUrl,Sequence< PropertyValue >() );
+ GetView()->getController().dispatch( aUrl,Sequence< PropertyValue >() );
}
}
EditBrowseBox::KeyInput(rEvt);