summaryrefslogtreecommitdiff
path: root/vcl/inc/sallayout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/inc/sallayout.hxx')
-rw-r--r--vcl/inc/sallayout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/sallayout.hxx b/vcl/inc/sallayout.hxx
index d3b70fcadf82..2dfca1f97eaa 100644
--- a/vcl/inc/sallayout.hxx
+++ b/vcl/inc/sallayout.hxx
@@ -77,7 +77,6 @@ public:
bool PosIsInAnyRun( int nCharPos ) const;
};
-
class ImplLayoutArgs
{
public:
@@ -310,7 +309,6 @@ public:
maGlyphId(aGlyphId), maLinearPos(rLinearPos)
{}
-
enum{ FALLBACK_MASK=0xFF, IS_IN_CLUSTER=0x100, IS_RTL_GLYPH=0x200, IS_DIACRITIC=0x400 };
bool IsClusterStart() const { return ((mnFlags & IS_IN_CLUSTER) == 0); }