summaryrefslogtreecommitdiffstats
path: root/svx/source/xoutdev/xtabdash.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/xoutdev/xtabdash.cxx')
-rwxr-xr-x[-rw-r--r--]svx/source/xoutdev/xtabdash.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/svx/source/xoutdev/xtabdash.cxx b/svx/source/xoutdev/xtabdash.cxx
index dd6bf8f17d19..5e338592318f 100644..100755
--- a/svx/source/xoutdev/xtabdash.cxx
+++ b/svx/source/xoutdev/xtabdash.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -65,7 +66,8 @@
#include <basegfx/polygon/b2dpolygon.hxx>
using namespace com::sun::star;
-using namespace rtl;
+
+using ::rtl::OUString;
#define GLOBALOVERFLOW
@@ -376,3 +378,5 @@ Bitmap* XDashList::CreateBitmapForUI( long nIndex, sal_Bool bDelete )
//////////////////////////////////////////////////////////////////////////////
// eof
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */