summaryrefslogtreecommitdiff
path: root/sc/source/filter/lotus
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:33:26 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:45:57 +0200
commit3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a (patch)
treeb244e36c82791c3ca11151d93f67ca6267364b61 /sc/source/filter/lotus
parent2909c6be63ac4ac962c6a93aa093ec1cfb94ab0b (diff)
loplugin:includeform: sc
Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd
Diffstat (limited to 'sc/source/filter/lotus')
-rw-r--r--sc/source/filter/lotus/filter.cxx24
-rw-r--r--sc/source/filter/lotus/lotattr.cxx16
-rw-r--r--sc/source/filter/lotus/lotfilter.hxx8
-rw-r--r--sc/source/filter/lotus/lotform.cxx16
-rw-r--r--sc/source/filter/lotus/lotimpop.cxx36
-rw-r--r--sc/source/filter/lotus/lotread.cxx12
-rw-r--r--sc/source/filter/lotus/lotus.cxx10
-rw-r--r--sc/source/filter/lotus/memory.cxx8
-rw-r--r--sc/source/filter/lotus/op.cxx30
-rw-r--r--sc/source/filter/lotus/optab.cxx4
-rw-r--r--sc/source/filter/lotus/tool.cxx24
11 files changed, 94 insertions, 94 deletions
diff --git a/sc/source/filter/lotus/filter.cxx b/sc/source/filter/lotus/filter.cxx
index 7a1beac230f1..5da07361ba2a 100644
--- a/sc/source/filter/lotus/filter.cxx
+++ b/sc/source/filter/lotus/filter.cxx
@@ -22,18 +22,18 @@
#include <string.h>
#include <map>
-#include "filter.hxx"
-#include "document.hxx"
-#include "compiler.hxx"
-#include "scerrors.hxx"
-
-#include "root.hxx"
-#include "lotrange.hxx"
-#include "optab.h"
-#include "scmem.h"
-#include "decl.h"
-#include "tool.h"
-#include "fprogressbar.hxx"
+#include <filter.hxx>
+#include <document.hxx>
+#include <compiler.hxx>
+#include <scerrors.hxx>
+
+#include <root.hxx>
+#include <lotrange.hxx>
+#include <optab.h>
+#include <scmem.h>
+#include <decl.h>
+#include <tool.h>
+#include <fprogressbar.hxx>
#include "lotfilter.hxx"
static ErrCode
diff --git a/sc/source/filter/lotus/lotattr.cxx b/sc/source/filter/lotus/lotattr.cxx
index d88b963e866b..82d197b67187 100644
--- a/sc/source/filter/lotus/lotattr.cxx
+++ b/sc/source/filter/lotus/lotattr.cxx
@@ -18,20 +18,20 @@
*/
#include <memory>
-#include "lotattr.hxx"
+#include <lotattr.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/justifyitem.hxx>
#include <svx/algitem.hxx>
-#include "attrib.hxx"
-#include "docpool.hxx"
-#include "document.hxx"
-#include "lotfntbf.hxx"
-#include "patattr.hxx"
-#include "root.hxx"
-#include "scitems.hxx"
+#include <attrib.hxx>
+#include <docpool.hxx>
+#include <document.hxx>
+#include <lotfntbf.hxx>
+#include <patattr.hxx>
+#include <root.hxx>
+#include <scitems.hxx>
using namespace ::com::sun::star;
diff --git a/sc/source/filter/lotus/lotfilter.hxx b/sc/source/filter/lotus/lotfilter.hxx
index 1ff433fdefb5..579f50de27a2 100644
--- a/sc/source/filter/lotus/lotfilter.hxx
+++ b/sc/source/filter/lotus/lotfilter.hxx
@@ -21,10 +21,10 @@
#define INCLUDED_SC_SOURCE_FILTER_LOTUS_FILTER_HXX
#include <map>
-#include "decl.h"
-#include "op.h"
-#include "optab.h"
-#include "root.hxx"
+#include <decl.h>
+#include <op.h>
+#include <optab.h>
+#include <root.hxx>
class SvxHorJustifyItem;
class ScProtectionAttr;
diff --git a/sc/source/filter/lotus/lotform.cxx b/sc/source/filter/lotus/lotform.cxx
index fae9c9a3d841..068a77f5bb46 100644
--- a/sc/source/filter/lotus/lotform.cxx
+++ b/sc/source/filter/lotus/lotform.cxx
@@ -17,15 +17,15 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "decl.h"
-#include "lotform.hxx"
-#include "compiler.hxx"
+#include <decl.h>
+#include <lotform.hxx>
+#include <compiler.hxx>
#include "lotfilter.hxx"
-#include "lotrange.hxx"
-#include "namebuff.hxx"
-#include "root.hxx"
-#include "ftools.hxx"
-#include "tool.h"
+#include <lotrange.hxx>
+#include <namebuff.hxx>
+#include <root.hxx>
+#include <ftools.hxx>
+#include <tool.h>
#include <math.h>
#include <comphelper/string.hxx>
diff --git a/sc/source/filter/lotus/lotimpop.cxx b/sc/source/filter/lotus/lotimpop.cxx
index f1e0301218a5..62fe76b8774e 100644
--- a/sc/source/filter/lotus/lotimpop.cxx
+++ b/sc/source/filter/lotus/lotimpop.cxx
@@ -18,26 +18,26 @@
*/
#include "lotfilter.hxx"
-#include "lotimpop.hxx"
+#include <lotimpop.hxx>
#include <osl/mutex.hxx>
-#include "attrib.hxx"
-#include "document.hxx"
-#include "rangenam.hxx"
-#include "formulacell.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
-#include "compiler.hxx"
-#include "global.hxx"
-
-#include "root.hxx"
-#include "lotfntbf.hxx"
-#include "lotform.hxx"
-#include "tool.h"
-#include "namebuff.hxx"
-#include "lotrange.hxx"
-#include "lotattr.hxx"
-#include "stringutil.hxx"
+#include <attrib.hxx>
+#include <document.hxx>
+#include <rangenam.hxx>
+#include <formulacell.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
+#include <compiler.hxx>
+#include <global.hxx>
+
+#include <root.hxx>
+#include <lotfntbf.hxx>
+#include <lotform.hxx>
+#include <tool.h>
+#include <namebuff.hxx>
+#include <lotrange.hxx>
+#include <lotattr.hxx>
+#include <stringutil.hxx>
LOTUS_ROOT::LOTUS_ROOT( ScDocument* pDocP, rtl_TextEncoding eQ )
:
diff --git a/sc/source/filter/lotus/lotread.cxx b/sc/source/filter/lotus/lotread.cxx
index a029a9ed43b8..b39a6303fa6f 100644
--- a/sc/source/filter/lotus/lotread.cxx
+++ b/sc/source/filter/lotus/lotread.cxx
@@ -17,14 +17,14 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "document.hxx"
+#include <document.hxx>
-#include "scerrors.hxx"
-#include "root.hxx"
+#include <scerrors.hxx>
+#include <root.hxx>
#include "lotfilter.hxx"
-#include "lotimpop.hxx"
-#include "lotattr.hxx"
-#include "fprogressbar.hxx"
+#include <lotimpop.hxx>
+#include <lotattr.hxx>
+#include <fprogressbar.hxx>
class ScFormulaCell;
diff --git a/sc/source/filter/lotus/lotus.cxx b/sc/source/filter/lotus/lotus.cxx
index 4b6295b1578d..89d1d6a985fb 100644
--- a/sc/source/filter/lotus/lotus.cxx
+++ b/sc/source/filter/lotus/lotus.cxx
@@ -18,15 +18,15 @@
*/
#include "lotfilter.hxx"
-#include "lotimpop.hxx"
+#include <lotimpop.hxx>
#include <sfx2/docfile.hxx>
#include <tools/urlobj.hxx>
-#include "scerrors.hxx"
-#include "root.hxx"
-#include "filtopt.hxx"
-#include "ftools.hxx"
+#include <scerrors.hxx>
+#include <root.hxx>
+#include <filtopt.hxx>
+#include <ftools.hxx>
ErrCode ScFormatFilterPluginImpl::ScImportLotus123( SfxMedium& rMedium, ScDocument* pDocument, rtl_TextEncoding eSrc )
{
diff --git a/sc/source/filter/lotus/memory.cxx b/sc/source/filter/lotus/memory.cxx
index 72d94d6eae31..3b9831a6ff4e 100644
--- a/sc/source/filter/lotus/memory.cxx
+++ b/sc/source/filter/lotus/memory.cxx
@@ -20,13 +20,13 @@
// Remark: Variables are not declared in header file! Modules have to declare
// their variables via extern!
-#include "scitems.hxx"
-#include "scmem.h"
+#include <scitems.hxx>
+#include <scmem.h>
#include <svx/algitem.hxx>
#include <editeng/justifyitem.hxx>
-#include "attrib.hxx"
+#include <attrib.hxx>
#include "lotfilter.hxx"
-#include "tool.h"
+#include <tool.h>
bool MemNew(LotusContext &rContext)
{
diff --git a/sc/source/filter/lotus/op.cxx b/sc/source/filter/lotus/op.cxx
index 627a581e0a2a..0dc7eaa864b9 100644
--- a/sc/source/filter/lotus/op.cxx
+++ b/sc/source/filter/lotus/op.cxx
@@ -23,29 +23,29 @@
#include <math.h>
#include <stdlib.h>
-#include "scitems.hxx"
-#include "patattr.hxx"
-#include "docpool.hxx"
+#include <scitems.hxx>
+#include <patattr.hxx>
+#include <docpool.hxx>
#include <svx/algitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/justifyitem.hxx>
-#include "formulacell.hxx"
-#include "rangenam.hxx"
-#include "document.hxx"
-#include "postit.hxx"
+#include <formulacell.hxx>
+#include <rangenam.hxx>
+#include <document.hxx>
+#include <postit.hxx>
-#include "op.h"
-#include "optab.h"
-#include "tool.h"
-#include "decl.h"
+#include <op.h>
+#include <optab.h>
+#include <tool.h>
+#include <decl.h>
#include "lotfilter.hxx"
-#include "lotform.hxx"
-#include "lotrange.hxx"
-#include "root.hxx"
-#include "ftools.hxx"
+#include <lotform.hxx>
+#include <lotrange.hxx>
+#include <root.hxx>
+#include <ftools.hxx>
#include <vector>
#include <map>
diff --git a/sc/source/filter/lotus/optab.cxx b/sc/source/filter/lotus/optab.cxx
index 1d6decc4f1d4..4622d5d72c44 100644
--- a/sc/source/filter/lotus/optab.cxx
+++ b/sc/source/filter/lotus/optab.cxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "op.h"
-#include "optab.h"
+#include <op.h>
+#include <optab.h>
#include "lotfilter.hxx"
// edit function sal_Char *X( sal_Char * )
diff --git a/sc/source/filter/lotus/tool.cxx b/sc/source/filter/lotus/tool.cxx
index e961b39bd871..420c69e7be5d 100644
--- a/sc/source/filter/lotus/tool.cxx
+++ b/sc/source/filter/lotus/tool.cxx
@@ -17,22 +17,22 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#include "scitems.hxx"
+#include <scitems.hxx>
#include <svx/algitem.hxx>
#include <editeng/justifyitem.hxx>
#include <svl/zforlist.hxx>
-#include "rangenam.hxx"
-#include "compiler.hxx"
-
-#include "tool.h"
-#include "decl.h"
-#include "root.hxx"
-#include "lotrange.hxx"
-#include "namebuff.hxx"
-#include "ftools.hxx"
-#include "stringutil.hxx"
-#include "tokenarray.hxx"
+#include <rangenam.hxx>
+#include <compiler.hxx>
+
+#include <tool.h>
+#include <decl.h>
+#include <root.hxx>
+#include <lotrange.hxx>
+#include <namebuff.hxx>
+#include <ftools.hxx>
+#include <stringutil.hxx>
+#include <tokenarray.hxx>
#include "lotfilter.hxx"
#include <math.h>