fix indent
Change-Id: Ia3a7d5873815b5b7480b22fb4b3d7f41634c6257
This commit is contained in:
@@ -65,8 +65,7 @@ public:
|
|||||||
}
|
}
|
||||||
sal_Int32 GetLong() const
|
sal_Int32 GetLong() const
|
||||||
{
|
{
|
||||||
return aExp.aLong.nLo |
|
return aExp.aLong.nLo | ((sal_uInt32)aExp.aLong.nHi << 16);
|
||||||
((sal_uInt32)aExp.aLong.nHi << 16);
|
|
||||||
}
|
}
|
||||||
bool Evaluate( sal_Int32 * pValue ) const;
|
bool Evaluate( sal_Int32 * pValue ) const;
|
||||||
void AppendMacro( OStringBuffer & ) const;
|
void AppendMacro( OStringBuffer & ) const;
|
||||||
|
Reference in New Issue
Block a user