summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/wrap.hxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:15:44 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-09-27 11:15:44 +0000
commitbd32b82cb915cc425afa4fd8db152beded3949da (patch)
treeb9ec741c5b14b5aa205aa26243d18a6fc0bfaf95 /sw/source/ui/inc/wrap.hxx
parent8aa1719c071f9e05f1813d6db650b1fc6f3877fd (diff)
INTEGRATION: CWS swwarnings (1.5.710); FILE MERGED
2007/04/11 07:03:26 tl 1.5.710.2: #i69287# warning-free code 2007/02/22 15:06:49 tl 1.5.710.1: #i69287# warning-free code
Diffstat (limited to 'sw/source/ui/inc/wrap.hxx')
-rw-r--r--sw/source/ui/inc/wrap.hxx10
1 files changed, 7 insertions, 3 deletions
diff --git a/sw/source/ui/inc/wrap.hxx b/sw/source/ui/inc/wrap.hxx
index 83dc410850..4c638b8b54 100644
--- a/sw/source/ui/inc/wrap.hxx
+++ b/sw/source/ui/inc/wrap.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: wrap.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 10:19:14 $
+ * last change: $Author: hr $ $Date: 2007-09-27 12:15:44 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -117,7 +117,7 @@ class SwWrapTabPage: public SfxTabPage
USHORT nOldUpperMargin;
USHORT nOldLowerMargin;
- USHORT nAnchorId;
+ RndStdIds nAnchorId;
USHORT nHtmlMode;
Size aFrmSize;
@@ -143,6 +143,10 @@ class SwWrapTabPage: public SfxTabPage
DECL_LINK( ContourHdl, CheckBox * );
public:
+
+ using TabPage::ActivatePage;
+ using TabPage::DeactivatePage;
+
static SfxTabPage *Create(Window *pParent, const SfxItemSet &rSet);
virtual BOOL FillItemSet(SfxItemSet &rSet);