summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc
diff options
context:
space:
mode:
authorIrányossy Knoblauch Artúr <ikartur@gmail.com>2013-04-06 10:13:24 +0200
committerNémeth László <nemeth@numbertext.org>2013-04-08 14:19:48 +0000
commit95487b1116471b19447b9720b64a934abd668aff (patch)
tree1e3ec9161fdc12c05f5f99e5159010f071a83457 /sc/source/filter/inc
parent50977ad9ce8767562903cacf6084323ab4a21202 (diff)
fdo#49120 - Implementig XML_state
Change-Id: If4779aeb5301bb3e422ceb6a4029ddf5542ab03d Reviewed-on: https://gerrit.libreoffice.org/3222 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
Diffstat (limited to 'sc/source/filter/inc')
-rw-r--r--sc/source/filter/inc/xeview.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/filter/inc/xeview.hxx b/sc/source/filter/inc/xeview.hxx
index 07a0b0c95ac9..ab53e6d6952d 100644
--- a/sc/source/filter/inc/xeview.hxx
+++ b/sc/source/filter/inc/xeview.hxx
@@ -103,6 +103,7 @@ private:
sal_uInt32 mnSplitY; /// Split Y position, or frozen row.
XclAddress maSecondXclPos; /// First visible cell in additional panes.
sal_uInt8 mnActivePane; /// Active pane (with cell cursor).
+ bool mbFrozenPanes; /// true = "frozen" panes; false = "split" window.
};
// ----------------------------------------------------------------------------