Kaydet (Commit) 935e8fc9 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

werror: ‘nDirection’ shadows a member of 'this'

Change-Id: Idb56ef8327164f22379b732f9507e0b255b0998c
üst 2113c50b
......@@ -1307,10 +1307,10 @@ void SwHTMLWriter::OutDirection( sal_uInt16 nDir )
}
}
OString SwHTMLWriter::convertDirection(sal_uInt16 nDirection)
OString SwHTMLWriter::convertDirection(sal_uInt16 nDir)
{
OString sConverted;
switch (nDirection)
switch (nDir)
{
case FRMDIR_HORI_LEFT_TOP:
case FRMDIR_VERT_TOP_LEFT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment