summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorGábor Nyers <gnyers@opensuse.org>2013-03-02 21:08:46 +0000
committerMichael Meeks <michael.meeks@suse.com>2013-03-02 21:08:46 +0000
commit9e991e1852fa764e78d88b5d3aab17e45ac9213e (patch)
tree71079eeab49d7e3a98d03055eda1f6e0cedb4289 /dbaccess
parentb15f095293c6127ecaef2f0fa3a1683e72392835 (diff)
fdo#39468 Translated German comments to English
Change-Id: If4f8e308cfae6a4ba64576c1b2844210e64085a0
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/TableWindow.hxx4
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx2
2 files changed, 3 insertions, 3 deletions
diff --git a/dbaccess/source/ui/inc/TableWindow.hxx b/dbaccess/source/ui/inc/TableWindow.hxx
index 7e0225ce92f6..81d2957eccf3 100644
--- a/dbaccess/source/ui/inc/TableWindow.hxx
+++ b/dbaccess/source/ui/inc/TableWindow.hxx
@@ -67,8 +67,8 @@ namespace dbaui
m_pContainerListener;
sal_Int32 m_nMoveCount; // how often the arrow keys was pressed
sal_Int32 m_nMoveIncrement; // how many pixel we should move
- sal_uInt16 m_nSizingFlags;
- sal_Bool m_bActive;
+ sal_uInt16 m_nSizingFlags;
+ sal_Bool m_bActive;
void Draw3DBorder( const Rectangle& rRect );
// OContainerListener
diff --git a/dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx b/dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
index 7b891470c500..3179e6259222 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignFieldUndoAct.hxx
@@ -131,7 +131,7 @@ namespace dbaui
};
// ================================================================================================
- // OTabFieldMovedUndoAct - Undo-class when a field was moved inside the selection
+ // OTabFieldMovedUndoAct - Undo class when a field was moved inside the selection
class OTabFieldMovedUndoAct : public OTabFieldUndoAct
{