summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/SelectionAnalyzer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/SelectionAnalyzer.cxx')
-rw-r--r--svx/source/sidebar/SelectionAnalyzer.cxx17
1 files changed, 0 insertions, 17 deletions
diff --git a/svx/source/sidebar/SelectionAnalyzer.cxx b/svx/source/sidebar/SelectionAnalyzer.cxx
index 2e05c379162f..a4c6dbf4d007 100644
--- a/svx/source/sidebar/SelectionAnalyzer.cxx
+++ b/svx/source/sidebar/SelectionAnalyzer.cxx
@@ -90,8 +90,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForSelection_SC (const SdrMark
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD (
const SdrMarkList& rMarkList,
const ViewType eViewType)
@@ -198,8 +196,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForSelection_SD (
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SC (const sal_uInt16 nObjectId)
{
switch (nObjectId)
@@ -245,8 +241,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SC (const sal_uInt
}
-
-
EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD (
const sal_uInt16 nObjectId,
const ViewType eViewType)
@@ -311,8 +305,6 @@ EnumContext::Context SelectionAnalyzer::GetContextForObjectId_SD (
}
-
-
sal_uInt32 SelectionAnalyzer::GetInventorTypeFromMark (const SdrMarkList& rMarkList)
{
const size_t nMarkCount (rMarkList.GetMarkCount());
@@ -338,8 +330,6 @@ sal_uInt32 SelectionAnalyzer::GetInventorTypeFromMark (const SdrMarkList& rMarkL
}
-
-
sal_uInt16 SelectionAnalyzer::GetObjectTypeFromGroup (const SdrObject* pObj)
{
SdrObjList* pObjList = pObj->GetSubList();
@@ -393,8 +383,6 @@ sal_uInt16 SelectionAnalyzer::GetObjectTypeFromGroup (const SdrObject* pObj)
}
-
-
sal_uInt16 SelectionAnalyzer::GetObjectTypeFromMark (const SdrMarkList& rMarkList)
{
const size_t nMarkCount (rMarkList.GetMarkCount());
@@ -444,8 +432,6 @@ sal_uInt16 SelectionAnalyzer::GetObjectTypeFromMark (const SdrMarkList& rMarkLi
}
-
-
bool SelectionAnalyzer::IsShapeType (const sal_uInt16 nType)
{
switch (nType)
@@ -478,8 +464,6 @@ bool SelectionAnalyzer::IsShapeType (const sal_uInt16 nType)
}
-
-
bool SelectionAnalyzer::IsTextObjType (const sal_uInt16 nType)
{
switch(nType)
@@ -496,7 +480,6 @@ bool SelectionAnalyzer::IsTextObjType (const sal_uInt16 nType)
}
-
} } // end of namespace svx::sidebar
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */