summaryrefslogtreecommitdiff
path: root/idlc/source/astunion.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astunion.cxx')
-rw-r--r--idlc/source/astunion.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/idlc/source/astunion.cxx b/idlc/source/astunion.cxx
index 8fb034ce8..df1140040 100644
--- a/idlc/source/astunion.cxx
+++ b/idlc/source/astunion.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -304,7 +305,6 @@ sal_Bool AstUnion::dump(RegistryKey& rKey)
AstUnionLabel* pLabel = NULL;
AstExprValue* pExprValue = NULL;
RTConstValue aConst;
- RTFieldAccess access = RT_ACCESS_READWRITE;
OUString docu;
sal_uInt16 index = 0;
if ( pDefault )
@@ -344,7 +344,6 @@ sal_Bool AstUnion::dump(RegistryKey& rKey)
if ( pDefault )
{
- access = RT_ACCESS_DEFAULT;
aConst.m_type = RT_TYPE_INT64;
aConst.m_value.aHyper = disc + 1;
aBlob.setFieldData(
@@ -399,3 +398,5 @@ AstUnionLabel::~AstUnionLabel()
delete m_pLabelValue;
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */