summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/TableDesignControl.hxx
diff options
context:
space:
mode:
authorDaniel Herde <daniel@dher.de>2012-08-10 21:24:32 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-12 16:39:35 +0200
commit401a454c2da7560d5ec41ef07ac116403956c55a (patch)
treebe75fba87e220ea8d9815ea1a68c3159cc3f7e43 /dbaccess/source/ui/inc/TableDesignControl.hxx
parentCheck MACOSX_SDK_VERSION, not MAC_OS_X_VERSION_MIN_REQUIRED (diff)
downloadcore-401a454c2da7560d5ec41ef07ac116403956c55a.tar.gz
core-401a454c2da7560d5ec41ef07ac116403956c55a.zip
fdo#39468: Translate German comments in dbaccess/source/ui/inc
Change-Id: Ibf6993a5b935d4ca4e0c792e8676b293ab224d68
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableDesignControl.hxx b/dbaccess/source/ui/inc/TableDesignControl.hxx
index 90b6d6fb8b43..b63ce3f63dea 100644
--- a/dbaccess/source/ui/inc/TableDesignControl.hxx
+++ b/dbaccess/source/ui/inc/TableDesignControl.hxx
@@ -35,8 +35,8 @@ namespace dbaui
friend class OTableDesignUndoAct;
protected:
- long m_nDataPos; // derzeit benoetigte Zeile
- long m_nCurrentPos; // Aktuelle Position der ausgewaehlten Column
+ long m_nDataPos; // currently needed row
+ long m_nCurrentPos; // current position of selected column
private:
sal_uInt16 m_nCurUndoActId;
protected: