summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/docsh.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-08-31 11:30:18 +0000
committerKurt Zenker <kz@openoffice.org>2004-08-31 11:30:18 +0000
commite47d0ea5731e5b1e3ec64fdbc2aec98856d32739 (patch)
tree07277e826c1ca06a93e2b45d074830a1bdeb3a6a /sc/source/ui/inc/docsh.hxx
parent50e906b2a40a07e97bdd6b7a4e9e4ef6788d3d1a (diff)
INTEGRATION: CWS xmlsec05 (1.28.56); FILE MERGED
2004/08/13 17:25:24 mt 1.28.56.2: RESYNC: (1.28-1.29); FILE MERGED 2004/08/13 07:54:08 sab 1.28.56.1: #i20883#; add HiddenInformation
Diffstat (limited to 'sc/source/ui/inc/docsh.hxx')
-rw-r--r--sc/source/ui/inc/docsh.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index 00e9f87fbd3e..25c803cfa4d4 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: docsh.hxx,v $
*
- * $Revision: 1.30 $
+ * $Revision: 1.31 $
*
- * last change: $Author: rt $ $Date: 2004-08-23 09:34:06 $
+ * last change: $Author: kz $ $Date: 2004-08-31 12:30:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -434,6 +434,8 @@ public:
void BeforeXMLLoading();
void AfterXMLLoading(sal_Bool bRet);
+
+ virtual sal_uInt16 GetHiddenInformationState( sal_uInt16 nStates );
};
SO2_DECL_REF(ScDocShell)