summaryrefslogtreecommitdiffstats
path: root/sc/inc/document.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:20:47 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-25 05:41:10 +0200
commit37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24 (patch)
tree060cf0aafda3f205b3e12508465a5403826d014d /sc/inc/document.hxx
parentremove whitespaces (diff)
downloadcore-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.tar.gz
core-37e6631cc5d4147e9d0a4ebefbd0c9d2a8137d24.zip
remove whitespace
Change-Id: Ib15413e73409cc33de01fa92a47b9d1237cfc4b2
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r--sc/inc/document.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 368e644c3b44..00649b77c10e 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -222,7 +222,6 @@ enum ScDocumentMode
SCDOCMODE_UNDO
};
-
struct ScDocStat
{
OUString aDocName;
@@ -315,7 +314,6 @@ private:
::std::auto_ptr<ScExternalRefManager> pExternalRefMgr;
::std::auto_ptr<ScMacroManager> mpMacroMgr;
-
// mutable for lazy construction
mutable ::std::auto_ptr< ScFormulaParserPool >
mxFormulaParserPool; /// Pool for all external formula parsers used by this document.
@@ -760,7 +758,6 @@ public:
@return true = DDE link found and matrix set. */
bool SetDdeLinkResultMatrix( size_t nDdePos, ScMatrixRef pResults );
-
SfxBindings* GetViewBindings();
SfxObjectShell* GetDocumentShell() const { return pShell; }
SC_DLLPUBLIC ScDrawLayer* GetDrawLayer() { return pDrawLayer; }
@@ -1117,7 +1114,6 @@ public:
SCROW& rEndRow, bool bNotes = true ) const;
void InvalidateTableArea();
-
SC_DLLPUBLIC bool GetDataStart( SCTAB nTab, SCCOL& rStartCol, SCROW& rStartRow ) const;
/**
@@ -1868,7 +1864,6 @@ public:
const ScRange& rRange,
SCsCOL nDx, SCsROW nDy, SCsTAB nDz );
-
void StartListeningCell( const ScAddress& rAddress,
SvtListener* pListener );
void EndListeningCell( const ScAddress& rAddress,
@@ -2164,5 +2159,4 @@ inline void ScDocument::SetSortParam( ScSortParam& rParam, SCTAB nTab )
#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */