summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-23 10:13:13 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-23 10:13:13 +0200
commitdae8595066271e6f07320c2181e495fab1e97ecd (patch)
tree15456d0dd3054f4a7b6d84c5bcde070e3562bf5b /dbaccess/source/ui/tabledesign/TableFieldControl.cxx
parentpostmerge fixes for gnumake4 (diff)
downloadcore-dae8595066271e6f07320c2181e495fab1e97ecd.tar.gz
core-dae8595066271e6f07320c2181e495fab1e97ecd.zip
revert to dbaccess gbuildization from master mostly
* only add JunitTest_dbaccess_complex, which was missing on master * disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for now as it fails
Diffstat (limited to 'dbaccess/source/ui/tabledesign/TableFieldControl.cxx')
-rw-r--r--dbaccess/source/ui/tabledesign/TableFieldControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
index 83951491b232..97484d519948 100644
--- a/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableFieldControl.cxx
@@ -27,7 +27,7 @@
************************************************************************/
// MARKER(update_precomp.py): autogen include statement, do not remove
-#include "precompiled_dbui.hxx"
+#include "precompiled_dbaccess.hxx"
#include "TableFieldControl.hxx"
#include "TableController.hxx"
#include "TableDesignView.hxx"
@@ -66,7 +66,7 @@ sal_Bool OTableFieldControl::IsReadOnly()
sal_Bool bRead(GetCtrl()->IsReadOnly());
if( !bRead )
{
- // Die Spalten einer ::com::sun::star::sdbcx::View k�nnen nicht ver�ndert werden
+ // Die Spalten einer ::com::sun::star::sdbcx::View können nicht verändert werden
Reference<XPropertySet> xTable = GetCtrl()->GetView()->getController().getTable();
if(xTable.is() && ::comphelper::getString(xTable->getPropertyValue(PROPERTY_TYPE)) == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")))
bRead = sal_True;