summaryrefslogtreecommitdiff
path: root/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx')
-rw-r--r--accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx b/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
index 3314648ac6e7..6c7bd7da5f9d 100644
--- a/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblebrowseboxcell.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -45,13 +45,13 @@ namespace accessibility
class AccessibleBrowseBoxCell : public AccessibleBrowseBoxBase
{
private:
- sal_Int32 m_nRowPos; // the row number of the table cell
- sal_uInt16 m_nColPos; // the column id of the table cell
+ sal_Int32 m_nRowPos; // the row number of the table cell
+ sal_uInt16 m_nColPos; // the column id of the table cell
protected:
// attribute access
- inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
- inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
+ inline sal_Int32 getRowPos( ) const { return m_nRowPos; }
+ inline sal_Int32 getColumnPos( ) const { return m_nColPos; }
protected:
// AccessibleBrowseBoxBase overridables
@@ -74,13 +74,13 @@ namespace accessibility
virtual ~AccessibleBrowseBoxCell();
private:
- AccessibleBrowseBoxCell(); // never implemented
- AccessibleBrowseBoxCell( const AccessibleBrowseBoxCell& ); // never implemented
- AccessibleBrowseBoxCell& operator=( const AccessibleBrowseBoxCell& ); // never implemented
+ AccessibleBrowseBoxCell(); // never implemented
+ AccessibleBrowseBoxCell( const AccessibleBrowseBoxCell& ); // never implemented
+ AccessibleBrowseBoxCell& operator=( const AccessibleBrowseBoxCell& ); // never implemented
};
// .................................................................................
-} // namespace accessibility
+} // namespace accessibility
// .................................................................................