summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/uivwimp.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/inc/uivwimp.hxx')
-rw-r--r--sw/source/ui/inc/uivwimp.hxx11
1 files changed, 3 insertions, 8 deletions
diff --git a/sw/source/ui/inc/uivwimp.hxx b/sw/source/ui/inc/uivwimp.hxx
index 1e68678cdb72..4c349a047c67 100644
--- a/sw/source/ui/inc/uivwimp.hxx
+++ b/sw/source/ui/inc/uivwimp.hxx
@@ -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.
@@ -52,9 +53,6 @@ namespace com{ namespace sun{ namespace star {
}
}}}
-/* -----------------------------29.05.00 08:22--------------------------------
-
- ---------------------------------------------------------------------------*/
class SwScannerEventListener : public ::cppu::WeakImplHelper1<
STAR_NMSPC::lang::XEventListener >
{
@@ -73,7 +71,6 @@ public:
};
// --------------------------- Clipboard EventListener ------------------
-
class SwClipboardChangeListener : public ::cppu::WeakImplHelper1<
CLIP_NMSPC::XClipboardListener >
{
@@ -96,11 +93,8 @@ public:
void AddRemoveListener( sal_Bool bAdd );
};
-
-/* ---------------------------------------------------------------------------
-
- ---------------------------------------------------------------------------*/
class SwMailMergeConfigItem;
+
class SwView_Impl
{
STAR_REFERENCE( lang::XEventListener ) xScanEvtLstnr;
@@ -186,3 +180,4 @@ public:
};
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */