summaryrefslogtreecommitdiff
path: root/sw/inc/numrule.hxx
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-01 06:00:09 +0000
committerOliver Specht <os@openoffice.org>2001-06-01 06:00:09 +0000
commitec7c1e96c55013068b1442de73c4ed49d433c011 (patch)
tree200fee49e20041ffd423619645a98d545b0213b3 /sw/inc/numrule.hxx
parent49d515461d4f435d70687b372330b7df69b9d9ce (diff)
#87616# handling of vertical alignment changed
Diffstat (limited to 'sw/inc/numrule.hxx')
-rw-r--r--sw/inc/numrule.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/inc/numrule.hxx b/sw/inc/numrule.hxx
index 23da9fa9b311..173ffac2d4f8 100644
--- a/sw/inc/numrule.hxx
+++ b/sw/inc/numrule.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numrule.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: os $ $Date: 2001-02-23 12:45:01 $
+ * last change: $Author: os $ $Date: 2001-06-01 06:59:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,7 @@ public:
virtual void SetVertOrient(SvxFrameVertOrient eSet);
virtual SvxFrameVertOrient GetVertOrient() const;
- const SwFmtVertOrient* GetGraphicOrientation() const { return pVertOrient; }
+ const SwFmtVertOrient* GetGraphicOrientation() const;
};
enum SwNumRuleType { OUTLINE_RULE = 0, NUM_RULE = 1, RULE_END = 2 };