summaryrefslogtreecommitdiff
path: root/sw/source/core/text/porref.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/text/porref.cxx')
-rw-r--r--sw/source/core/text/porref.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/source/core/text/porref.cxx b/sw/source/core/text/porref.cxx
index 6794d7c1ed0d..6b28b0a445d6 100644
--- a/sw/source/core/text/porref.cxx
+++ b/sw/source/core/text/porref.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.
@@ -32,7 +33,6 @@
#include <SwPortionHandler.hxx>
#include "viewopt.hxx" // SwViewOptions
-#include "txtcfg.hxx"
#include "porref.hxx"
#include "inftxt.hxx" // GetTxtSize()
@@ -113,3 +113,4 @@ void SwIsoRefPortion::HandlePortion( SwPortionHandler& rPH ) const
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */