summaryrefslogtreecommitdiff
path: root/include/basic/sbx.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basic/sbx.hxx')
-rw-r--r--include/basic/sbx.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/basic/sbx.hxx b/include/basic/sbx.hxx
index 1ab7ed3deabc..c642e121e22a 100644
--- a/include/basic/sbx.hxx
+++ b/include/basic/sbx.hxx
@@ -194,7 +194,7 @@ public:
void Put( SbxVariable*, const short* );
SbxVariable* Get( SbxArray* );
- short GetDims() const;
+ short GetDims() const { return nDim;}
void AddDim( short, short );
void unoAddDim( short, short );
bool GetDim( short, short&, short& ) const;