summaryrefslogtreecommitdiff
path: root/sw/source/filter/inc/rtf.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/inc/rtf.hxx')
-rw-r--r--sw/source/filter/inc/rtf.hxx22
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/filter/inc/rtf.hxx b/sw/source/filter/inc/rtf.hxx
index 1e96a5fc4b3a..1764599be1af 100644
--- a/sw/source/filter/inc/rtf.hxx
+++ b/sw/source/filter/inc/rtf.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -44,14 +44,14 @@ class RTFVertOrient
public:
RTFVertOrient( USHORT nValue ) { Value.nVal = nValue; }
- RTFVertOrient( USHORT nOrient, USHORT nRelOrient ) {
+ RTFVertOrient( USHORT nOrient, USHORT nRelOrient ) {
Value.Flags.nOrient = nOrient;
Value.Flags.nRelOrient = nRelOrient;
}
- USHORT GetOrient() const { return Value.Flags.nOrient; }
+ USHORT GetOrient() const { return Value.Flags.nOrient; }
USHORT GetRelation() const { return Value.Flags.nRelOrient; }
- USHORT GetValue() const { return Value.nVal; }
+ USHORT GetValue() const { return Value.nVal; }
};
@@ -75,9 +75,9 @@ public:
Value.Flags.nRelAnchor = 0;
}
- USHORT GetOrient() const { return Value.Flags.nOrient; }
+ USHORT GetOrient() const { return Value.Flags.nOrient; }
USHORT GetRelation() const { return Value.Flags.nRelOrient; }
- USHORT GetValue() const { return Value.nVal; }
+ USHORT GetValue() const { return Value.nVal; }
};
class RTFProtect
@@ -99,10 +99,10 @@ public:
Value.Flags.bPos = bPos;
}
- BOOL GetCntnt() const { return Value.Flags.bCntnt; }
- BOOL GetSize() const { return Value.Flags.bSize; }
- BOOL GetPos() const { return Value.Flags.bPos; }
- USHORT GetValue() const { return Value.nVal; }
+ BOOL GetCntnt() const { return Value.Flags.bCntnt; }
+ BOOL GetSize() const { return Value.Flags.bSize; }
+ BOOL GetPos() const { return Value.Flags.bPos; }
+ USHORT GetValue() const { return Value.nVal; }
};
@@ -125,7 +125,7 @@ public:
BYTE GetOrder() const { return (BYTE)Value.Flags.nOrder; }
BOOL GetGoldCut() const { return (BOOL)Value.Flags.nGoldCut; }
- USHORT GetValue() const { return Value.nVal; }
+ USHORT GetValue() const { return Value.nVal; }
};
#endif // _RTF_HXX