summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/inc/TableDesignControl.hxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2012-08-12 18:22:40 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2012-08-12 18:22:40 +0200
commit5c293bfa9023fcc4fbb104c49e9ef28d23b38594 (patch)
treeca0c64e8bf5d2bac099fbc519d71a6ae3fbc8e8e /dbaccess/source/ui/inc/TableDesignControl.hxx
parentfdo#39468: Translate German comments in dbaccess/source/ui/inc (diff)
downloadcore-5c293bfa9023fcc4fbb104c49e9ef28d23b38594.tar.gz
core-5c293bfa9023fcc4fbb104c49e9ef28d23b38594.zip
convert comments into doxygen style + reformat some existing ones
Change-Id: Ia9580f8d6ef19025654b5486816e5a75f76f1174
Diffstat (limited to 'dbaccess/source/ui/inc/TableDesignControl.hxx')
-rw-r--r--dbaccess/source/ui/inc/TableDesignControl.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/TableDesignControl.hxx b/dbaccess/source/ui/inc/TableDesignControl.hxx
index b63ce3f63dea..b7f6493f6efa 100644
--- a/dbaccess/source/ui/inc/TableDesignControl.hxx
+++ b/dbaccess/source/ui/inc/TableDesignControl.hxx
@@ -35,8 +35,9 @@ namespace dbaui
friend class OTableDesignUndoAct;
protected:
- long m_nDataPos; // currently needed row
- long m_nCurrentPos; // current position of selected column
+ long m_nDataPos; ///< currently needed row
+ long m_nCurrentPos; ///< current position of selected column
+
private:
sal_uInt16 m_nCurUndoActId;
protected: