summaryrefslogtreecommitdiff
path: root/sc/inc/drwlayer.hxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-01-13 15:51:46 +0000
committerRüdiger Timm <rt@openoffice.org>2006-01-13 15:51:46 +0000
commite3305853a429a4eaa31749c3e4947778da9596b9 (patch)
tree9b4c9cb62e4b33d349570e9983369ef801ebd74b /sc/inc/drwlayer.hxx
parent839c7b5625b02be72885e33590dbd719545fbccc (diff)
INTEGRATION: CWS dr43 (1.16.4); FILE MERGED
2005/12/21 11:55:14 nn 1.16.4.1: #125875# if no page was added, don't try to set its name/size
Diffstat (limited to 'sc/inc/drwlayer.hxx')
-rw-r--r--sc/inc/drwlayer.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/inc/drwlayer.hxx b/sc/inc/drwlayer.hxx
index 0a9de8ee65c8..f59d73ce06bf 100644
--- a/sc/inc/drwlayer.hxx
+++ b/sc/inc/drwlayer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: drwlayer.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2005-11-10 16:36:42 $
+ * last change: $Author: rt $ $Date: 2006-01-13 16:51:46 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -124,7 +124,7 @@ public:
BOOL HasObjects() const;
- void ScAddPage( SCTAB nTab );
+ BOOL ScAddPage( SCTAB nTab );
void ScRemovePage( SCTAB nTab );
void ScRenamePage( SCTAB nTab, const String& rNewName );
void ScMovePage( USHORT nOldPos, USHORT nNewPos );