summaryrefslogtreecommitdiff
path: root/oox/inc/oox/xls/tablebuffer.hxx
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-10-19 19:41:33 +0200
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-10-19 19:41:33 +0200
commit873aef4d5a92da475f84d72a0004d2a815abaf7a (patch)
tree7a90c4461e41894e96455699deae438d0d12acc8 /oox/inc/oox/xls/tablebuffer.hxx
parent941d7bf0af850298d0c281f122176e6c3bc69be5 (diff)
dr77: oox: improve consistency of class/struct names and constant names, improvements for web queries
Diffstat (limited to 'oox/inc/oox/xls/tablebuffer.hxx')
-rw-r--r--oox/inc/oox/xls/tablebuffer.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/oox/inc/oox/xls/tablebuffer.hxx b/oox/inc/oox/xls/tablebuffer.hxx
index 993b4305d03a..8c127184f15d 100644
--- a/oox/inc/oox/xls/tablebuffer.hxx
+++ b/oox/inc/oox/xls/tablebuffer.hxx
@@ -66,7 +66,7 @@ public:
/** Creates a database range from this tables. */
void finalizeImport();
- /** Returns the table identifier. */
+ /** Returns the unique table identifier. */
inline sal_Int32 getTableId() const { return maModel.mnId; }
/** Returns the token index used in API token arrays (com.sun.star.sheet.FormulaToken). */
inline sal_Int32 getTokenIndex() const { return mnTokenIndex; }
@@ -116,7 +116,7 @@ public:
TableRef getTable( const ::rtl::OUString& rDispName ) const;
private:
- void insertTable( TableRef xTable );
+ void insertTable( const TableRef& rxTable );
private:
typedef RefMap< sal_Int32, Table > TableIdMap;
@@ -132,4 +132,3 @@ private:
} // namespace oox
#endif
-