summaryrefslogtreecommitdiff
path: root/filter
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-04-11 22:31:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-04-12 15:50:23 +0200
commit9a80171db18d7c8988dfd7598e8af17c6b2e02de (patch)
treeb302223acab94bca7dbdacb57235e711e242dbf7 /filter
parent3a09d852db28245633d06d0c79744a7780b19f1a (diff)
Avoid reserved identifiers
Change-Id: I6c8565653ece37251a98103f71408ace2a0946a8
Diffstat (limited to 'filter')
-rw-r--r--filter/source/msfilter/escherex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/msfilter/escherex.cxx b/filter/source/msfilter/escherex.cxx
index cf6ce7a4ced8..b15cbd0e0822 100644
--- a/filter/source/msfilter/escherex.cxx
+++ b/filter/source/msfilter/escherex.cxx
@@ -4342,7 +4342,7 @@ sal_uInt32 EscherGraphicProvider::GetBlibID( SvStream& rPicOutStrm, const OStrin
sal_uInt32 nExtra, nAtomSize = 0;
sal_uInt32 nInstance, nUncompressedSize = p_EscherBlibEntry->mnSize;
- if ( mnFlags & _E_GRAPH_PROV_USE_INSTANCES )
+ if ( mnFlags & E_GRAPH_PROV_USE_INSTANCES )
{
rPicOutStrm.WriteUInt32( 0x7f90000 | (sal_uInt16)( mnBlibEntrys << 4 ) )
.WriteUInt32( 0 );