summaryrefslogtreecommitdiff
path: root/sw/source/core/fields/usrfld.cxx
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-06-10 21:57:16 +0200
committerPhilipp Riemer <ruderphilipp@gmail.com>2013-06-10 22:00:58 +0200
commit39f4f7d95391c5396a1fc92d48cb400c06db68b4 (patch)
treea82fe4ab4cdcdc7f5c19ec822b668633620e59d0 /sw/source/core/fields/usrfld.cxx
parent9d055aed9f4b97b5186ea1da67a6d3e92b9839f4 (diff)
fdo#62475 - remove visual noise in sw/source/core/fields
Change-Id: I4b14dbb652375f4c6f52ba2fb127e98d6798e07f
Diffstat (limited to 'sw/source/core/fields/usrfld.cxx')
-rw-r--r--sw/source/core/fields/usrfld.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/core/fields/usrfld.cxx b/sw/source/core/fields/usrfld.cxx
index 969891d5298b..4cd42e7973c2 100644
--- a/sw/source/core/fields/usrfld.cxx
+++ b/sw/source/core/fields/usrfld.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
@@ -32,7 +31,6 @@
#include <dpage.hxx>
#include <unofldmid.h>
-
using namespace ::com::sun::star;
// Userfields
@@ -339,6 +337,4 @@ bool SwUserFieldType::PutValue( const uno::Any& rAny, sal_uInt16 nWhichId )
return true;
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */