diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 00:10:15 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:24 -0400 |
commit | d4c36b6cc3d45f0d66cc3d0d86d3d842b979cbd7 (patch) | |
tree | fd78764ac1107f7c6fd50e6eb7b51d5f9c9e02b1 /sc/inc/document.hxx | |
parent | 6cc6f68895b99dca9e9785b7cb77a853c0eb2178 (diff) |
Remove direct use of ScBaseCell.
Change-Id: I6b36e2f16ab76c146572f36393aaa0e3df951d7a
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 5f0a681e96cf..783281e3786b 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -836,6 +836,7 @@ public: SC_DLLPUBLIC bool HasData( SCCOL nCol, SCROW nRow, SCTAB nTab ); SC_DLLPUBLIC bool HasStringData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const; SC_DLLPUBLIC bool HasValueData( SCCOL nCol, SCROW nRow, SCTAB nTab ) const; + SC_DLLPUBLIC bool HasValueData( const ScAddress& rPos ) const; bool HasStringCells( const ScRange& rRange ) const; /** Returns true, if there is any data to create a selection list for rPos. */ |