summaryrefslogtreecommitdiff
path: root/sw/source/ui/app
diff options
context:
space:
mode:
authorPhilipp Riemer <ruderphilipp@gmail.com>2013-09-29 18:32:12 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-10-02 15:18:59 +0000
commitfaad24aa3339c9de06ab942ad36b19403de494f2 (patch)
treeb061cc896c0d4fed98acf0fad5f5a300572f2a0d /sw/source/ui/app
parent1cd2575ac974e385202e197e40aa8158924e104e (diff)
remove/add blank lines
Conflicts: sw/source/core/unocore/unoprnms.cxx Change-Id: Icc044955b7b9f28d9f237e97865198cd2ded89a1 Reviewed-on: https://gerrit.libreoffice.org/6079 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/app')
-rw-r--r--sw/source/ui/app/docsh2.cxx4
-rw-r--r--sw/source/ui/app/docst.cxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/sw/source/ui/app/docsh2.cxx b/sw/source/ui/app/docsh2.cxx
index f946a07a8e78..346cb47a9d57 100644
--- a/sw/source/ui/app/docsh2.cxx
+++ b/sw/source/ui/app/docsh2.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/drawing/ModuleDispatcher.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/frame/DispatchHelper.hpp>
@@ -1341,7 +1340,6 @@ void SwDocShell::ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView
pDoc->set(IDocumentSettingAccess::BROWSE_MODE, bWasBrowseMode);
pSrcView->SetPool(&GetPool());
-
const String& rMedname = GetMedium()->GetName();
// The HTML template still has to be set
@@ -1373,7 +1371,6 @@ void SwDocShell::ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView
rWrtSh.CheckBrowseView( sal_True );
}
-
// Take HTTP-Header-Attibutes over into the DokInfo again.
// The Base-URL doesn't matter here because TLX uses the one from the document
// for absolutization.
@@ -1492,7 +1489,6 @@ SfxInPlaceClient* SwDocShell::GetIPClient( const ::svt::EmbeddedObjectRef& xObjR
return pResult;
}
-
int SwFindDocShell( SfxObjectShellRef& xDocSh,
SfxObjectShellLock& xLockRef,
const OUString& rFileName,
diff --git a/sw/source/ui/app/docst.cxx b/sw/source/ui/app/docst.cxx
index c6e159037fec..3900b664d2c7 100644
--- a/sw/source/ui/app/docst.cxx
+++ b/sw/source/ui/app/docst.cxx
@@ -17,7 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
@@ -487,7 +486,6 @@ void SwDocShell::ExecStyleSheet( SfxRequest& rReq )
rReq.SetReturnValue(SfxUInt16Item(nSlot, nRet !=0));
else
rReq.SetReturnValue(SfxUInt16Item(nSlot, nRet));
-
}
class ApplyStyle
@@ -1246,7 +1244,6 @@ void SwDocShell::_LoadStyles( SfxObjectShell& rSource, sal_Bool bPreserveCurrent
SfxObjectShell::LoadStyles( rSource );
}
-
void SwDocShell::FormatPage(
const String& rPage,
const OString& rPageId,