summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/viewuno.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/unoobj/viewuno.cxx')
-rw-r--r--sc/source/ui/unoobj/viewuno.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx
index 2eff3710c8ae..d7935889c76c 100644
--- a/sc/source/ui/unoobj/viewuno.cxx
+++ b/sc/source/ui/unoobj/viewuno.cxx
@@ -74,8 +74,6 @@
using namespace com::sun::star;
-
-
//! Clipping-Markierungen
// alles ohne Which-ID, Map nur fuer PropertySetInfo
@@ -117,15 +115,11 @@ static const SfxItemPropertyMapEntry* lcl_GetViewOptPropertyMap()
return aViewOptPropertyMap_Impl;
}
-
-
#define SCTABVIEWOBJ_SERVICE "com.sun.star.sheet.SpreadsheetView"
#define SCVIEWSETTINGS_SERVICE "com.sun.star.sheet.SpreadsheetViewSettings"
SC_SIMPLE_SERVICE_INFO( ScViewPaneBase, "ScViewPaneObj", "com.sun.star.sheet.SpreadsheetViewPane" )
-
-
ScViewPaneBase::ScViewPaneBase(ScTabViewShell* pViewSh, sal_uInt16 nP) :
pViewShell( pViewSh ),
nPane( nP )
@@ -419,8 +413,6 @@ awt::Rectangle ScViewPaneBase::GetVisArea() const
return aVisArea;
}
-
-
ScViewPaneObj::ScViewPaneObj(ScTabViewShell* pViewSh, sal_uInt16 nP) :
ScViewPaneBase( pViewSh, nP )
{
@@ -451,8 +443,6 @@ void SAL_CALL ScViewPaneObj::release() throw()
OWeakObject::release();
}
-
-
// Default-ctor wird fuer SMART_REFLECTION_IMPLEMENTATION gebraucht
ScTabViewObj::ScTabViewObj( ScTabViewShell* pViewSh ) :