summaryrefslogtreecommitdiff
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-29 14:29:06 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-01-30 02:21:07 +0100
commitd2676f3c1ab75e192e67eb3edffae11863041274 (patch)
tree2d58a54ee8fced72dee8f29a71fa4da157aa0a7c /sc/inc/document.hxx
parent36d99c6cb26938a7cbeae77e64fcef5bd250025a (diff)
no user of nVisibleTab inside ScDocument anymore
Change-Id: I1ee09c7be958b0231f99df2ebadb0dc6a3a20246
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 79b87656a531..4795986512b6 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -559,8 +559,7 @@ public:
void SetEmbedded( const ScRange& rRange );
void ResetEmbedded();
Rectangle GetEmbeddedRect() const; // 1/100 mm
- void SetEmbedded( const Rectangle& rRect ); // from VisArea (1/100 mm)
- void SnapVisArea( Rectangle& rRect ) const; // 1/100 mm
+ void SetEmbedded( SCTAB nTab, const Rectangle& rRect ); // from VisArea (1/100 mm)
static SC_DLLPUBLIC bool ValidTabName( const rtl::OUString& rName );