summaryrefslogtreecommitdiff
path: root/sw/source/ui/app/apphdl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/ui/app/apphdl.cxx')
-rw-r--r--sw/source/ui/app/apphdl.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/ui/app/apphdl.cxx b/sw/source/ui/app/apphdl.cxx
index a031f86e9cca..60ad48006403 100644
--- a/sw/source/ui/app/apphdl.cxx
+++ b/sw/source/ui/app/apphdl.cxx
@@ -91,7 +91,6 @@
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <swabstdlg.hxx>
-
#include <vcl/status.hxx>
#include "salhelper/simplereferenceobject.hxx"
@@ -101,7 +100,6 @@
using namespace ::com::sun::star;
-
// Slotmaps for the application's methods
// here are the SlotID's being included
@@ -869,8 +867,6 @@ const SwMasterUsrPref *SwModule::GetUsrPref(sal_Bool bWeb) const
return bWeb ? pWebUsrPref : pUsrPref;
}
-
-
void NewXForms( SfxRequest& rReq )
{
// copied & excerpted from SwModule::InsertLab(..)