summaryrefslogtreecommitdiff
path: root/sc/inc/dpsave.hxx
diff options
context:
space:
mode:
authorNiklas Nebel <nn@openoffice.org>2001-01-17 17:27:02 +0000
committerNiklas Nebel <nn@openoffice.org>2001-01-17 17:27:02 +0000
commit80f4f37f004f34128251750e1d5be0007848e367 (patch)
treea2e1cfd5e8e2d9c4ccdd9c97baf05a538c34e995 /sc/inc/dpsave.hxx
parentf25afedb8c5a07415cb68f0b43e671fc41eab725 (diff)
#78610# HasLayoutName / ResetLayoutName
Diffstat (limited to 'sc/inc/dpsave.hxx')
-rw-r--r--sc/inc/dpsave.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/inc/dpsave.hxx b/sc/inc/dpsave.hxx
index bb1cb82de4c2..8aea7d8e07af 100644
--- a/sc/inc/dpsave.hxx
+++ b/sc/inc/dpsave.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dpsave.hxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-18 16:44:48 $
+ * last change: $Author: nn $ $Date: 2001-01-17 18:26:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -156,6 +156,8 @@ public:
long GetUsedHierarchy() { return nUsedHierarchy; }
void SetLayoutName(const String* pName);
const String& GetLayoutName() const;
+ BOOL HasLayoutName() const;
+ void ResetLayoutName();
USHORT GetOrientation() const { return nOrientation; }