summaryrefslogtreecommitdiff
path: root/sw/inc/format.hxx
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2002-02-06 15:07:13 +0000
committerFrank Meies <fme@openoffice.org>2002-02-06 15:07:13 +0000
commit6be042887bb1a48efc287b34ec6fe7b152ba7495 (patch)
tree53ae3b416b453e94d84543611120aaa24a3f33de /sw/inc/format.hxx
parent57aa289546978b0f92d3241cf6d24930a6f0dda4 (diff)
#96678# paragraph snap to grid item
Diffstat (limited to 'sw/inc/format.hxx')
-rw-r--r--sw/inc/format.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/format.hxx b/sw/inc/format.hxx
index b8c5c817496a..9692f4f6fe77 100644
--- a/sw/inc/format.hxx
+++ b/sw/inc/format.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: format.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: jp $ $Date: 2002-01-25 16:32:27 $
+ * last change: $Author: fme $ $Date: 2002-02-06 16:04:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -280,6 +280,7 @@ public:
inline const SwFmtEndAtTxtEnd &GetEndAtTxtEnd( BOOL = TRUE ) const;
inline const SwFmtNoBalancedColumns &GetBalancedColumns( BOOL = TRUE ) const;
inline const SvxFrameDirectionItem &GetFrmDir( BOOL = TRUE ) const;
+ inline const SwTextGridItem &GetTextGrid( BOOL = TRUE ) const;
// Grafik-Attribute - impl. steht im grfatr.hxx
inline const SwMirrorGrf &GetMirrorGrf( BOOL = TRUE ) const;
@@ -310,6 +311,7 @@ public:
inline const SvxHangingPunctuationItem &GetHangingPunctuation(BOOL = TRUE) const;
inline const SvxForbiddenRuleItem &GetForbiddenRule(BOOL = TRUE) const;
inline const SvxParaVertAlignItem &GetParaVertAlign(BOOL = TRUE) const;
+ inline const SvxParaGridItem &GetParaGrid(BOOL = TRUE) const;
// TabellenBox-Attribute - impl. steht im cellatr.hxx
inline const SwTblBoxNumFormat &GetTblBoxNumFmt( BOOL = TRUE ) const;