summaryrefslogtreecommitdiff
path: root/sc/source/ui/docshell/docsh4.cxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:13:43 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-04-06 17:19:54 +0200
commitc4c51709eaa02a5c9a2af3e5d436790307109813 (patch)
treec67362b4f2c3d3f34655ca65ec10d54e1509cf73 /sc/source/ui/docshell/docsh4.cxx
parentc78f918a7cb267a713804b8feacc3425196d4428 (diff)
whitespace cleanup in sc
Change-Id: Id1dcadcac179c52977e48a6912ce4d5fd542f60c
Diffstat (limited to 'sc/source/ui/docshell/docsh4.cxx')
-rw-r--r--sc/source/ui/docshell/docsh4.cxx22
1 files changed, 0 insertions, 22 deletions
diff --git a/sc/source/ui/docshell/docsh4.cxx b/sc/source/ui/docshell/docsh4.cxx
index c0941fece774..c993c1127d1e 100644
--- a/sc/source/ui/docshell/docsh4.cxx
+++ b/sc/source/ui/docshell/docsh4.cxx
@@ -98,8 +98,6 @@ using namespace ::com::sun::star;
#include "sheetevents.hxx"
#include <documentlinkmgr.hxx>
-
-
#define IS_SHARE_HEADER(set) \
((SfxBoolItem&) \
((SvxSetItem&)(set).Get(ATTR_PAGE_HEADERSET)).GetItemSet(). \
@@ -114,8 +112,6 @@ using namespace ::com::sun::star;
#define SC_PREVIEW_SIZE_Y 12400
-
-
void ScDocShell::Execute( SfxRequest& rReq )
{
// SID_SC_RANGE (Range),
@@ -1114,8 +1110,6 @@ void ScDocShell::Execute( SfxRequest& rReq )
}
-
-
void UpdateAcceptChangesDialog()
{
// update "accept changes" dialog
@@ -1129,8 +1123,6 @@ void UpdateAcceptChangesDialog()
}
}
-
-
bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, bool bJustQueryIfProtected )
{
bool bDone = false;
@@ -1195,8 +1187,6 @@ bool ScDocShell::ExecuteChangeProtectionDialog( Window* _pParent, bool bJustQuer
}
-
-
void ScDocShell::DoRecalc( bool bApi )
{
bool bDone = false;
@@ -1272,8 +1262,6 @@ void ScDocShell::DoHardRecalc( bool /* bApi */ )
PostPaintGridAll();
}
-
-
void ScDocShell::DoAutoStyle( const ScRange& rRange, const OUString& rStyle )
{
ScStyleSheetPool* pStylePool = aDocument.GetStyleSheetPool();
@@ -1297,8 +1285,6 @@ void ScDocShell::DoAutoStyle( const ScRange& rRange, const OUString& rStyle )
}
}
-
-
void ScDocShell::NotifyStyle( const SfxStyleSheetHint& rHint )
{
sal_uInt16 nId = rHint.GetHint();
@@ -2198,8 +2184,6 @@ bool ScDocShell::DdeSetData( const OUString& rItem,
return pObj;
}
-
-
ScViewData* ScDocShell::GetViewData()
{
SfxViewShell* pCur = SfxViewShell::Current();
@@ -2207,8 +2191,6 @@ ScViewData* ScDocShell::GetViewData()
return pViewSh ? pViewSh->GetViewData() : NULL;
}
-
-
SCTAB ScDocShell::GetCurTab()
{
//! this must be made non-static and use a ViewShell from this document!
@@ -2248,8 +2230,6 @@ SfxBindings* ScDocShell::GetViewBindings()
return NULL;
}
-
-
ScDocShell* ScDocShell::GetShellByNum( sal_uInt16 nDocNo ) // static
{
ScDocShell* pFound = NULL;
@@ -2271,8 +2251,6 @@ ScDocShell* ScDocShell::GetShellByNum( sal_uInt16 nDocNo ) // static
return pFound;
}
-
-
IMPL_LINK( ScDocShell, DialogClosedHdl, sfx2::FileDialogHelper*, _pFileDlg )
{
OSL_ENSURE( _pFileDlg, "ScDocShell::DialogClosedHdl(): no file dialog" );