You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pa...@apache.org on 2013/01/31 18:22:05 UTC

svn commit: r1441075 - /openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx

Author: paveljanik
Date: Thu Jan 31 17:22:04 2013
New Revision: 1441075

URL: http://svn.apache.org/viewvc?rev=1441075&view=rev
Log:
Follow original tab style.

Modified:
    openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx

Modified: openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx
URL: http://svn.apache.org/viewvc/openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx?rev=1441075&r1=1441074&r2=1441075&view=diff
==============================================================================
--- openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx (original)
+++ openoffice/trunk/main/sw/source/ui/dochdl/swdtflvr.cxx Thu Jan 31 17:22:04 2013
@@ -2533,7 +2533,7 @@ int SwTransferable::_PasteAsHyperlink( T
 int SwTransferable::_PasteFileName( TransferableDataHelper& rData,
 									SwWrtShell& rSh, sal_uLong nFmt,
 									sal_uInt16 nAction, const Point* pPt,
-				    sal_uInt8 nActionFlags, sal_Bool /* bMsg */)
+									sal_uInt8 nActionFlags, sal_Bool /* bMsg */)
 {
 	int nRet = SwTransferable::_PasteGrf( rData, rSh, nFmt, nAction,
 											pPt, nActionFlags, 0, false);