summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/ww8par2.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-05-19 11:27:47 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-05-19 11:27:47 +0000
commit913d59169c77d5f5a9516d5fe9b6a49434861682 (patch)
tree570386347d1d12ccce7e596d449aa5fc6ebc3a31 /sw/source/filter/ww8/ww8par2.hxx
parented000340862e84a311e4e0982066343931ddd7e5 (diff)
INTEGRATION: CWS soberfilterteam06 (1.29.26); FILE MERGED
2003/05/06 15:44:23 cmc 1.29.26.1: #i14169# Remove unused identifiers
Diffstat (limited to 'sw/source/filter/ww8/ww8par2.hxx')
-rw-r--r--sw/source/filter/ww8/ww8par2.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/sw/source/filter/ww8/ww8par2.hxx b/sw/source/filter/ww8/ww8par2.hxx
index 543f1d38fdc2..5170b645e379 100644
--- a/sw/source/filter/ww8/ww8par2.hxx
+++ b/sw/source/filter/ww8/ww8par2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ww8par2.hxx,v $
*
- * $Revision: 1.29 $
+ * $Revision: 1.30 $
*
- * last change: $Author: vg $ $Date: 2003-04-15 08:45:12 $
+ * last change: $Author: vg $ $Date: 2003-05-19 12:27:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -136,7 +136,6 @@ struct WW8SwFlyPara
INT16 nUpMgn, nLoMgn; // Raender
INT16 nWidth, nHeight; // Groesse
INT16 nNettoWidth;
- INT16 nInnerMgn; // Rand innen
SwFrmSize eHeightFix; // Hoehe Fix oder Min
RndStdIds eAnchor; // Bindung
@@ -159,8 +158,6 @@ struct WW8SwFlyPara
short nPgLeft, short nPgWidth, INT32 nIniFlyDx, INT32 nIniFlyDy);
void BoxUpWidth( long nWidth );
- const SwPosition* GetMainTextPos() const // Fuer PageDesc aus Apo
- { return pMainTextPos; };
SwWW8FltAnchorStack *pOldAnchorStck;
};