summaryrefslogtreecommitdiff
path: root/sc/source/ui/drawfunc/drawsh5.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/drawfunc/drawsh5.cxx')
-rw-r--r--sc/source/ui/drawfunc/drawsh5.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/sc/source/ui/drawfunc/drawsh5.cxx b/sc/source/ui/drawfunc/drawsh5.cxx
index 52e524dcf3a6..d6e0366a2305 100644
--- a/sc/source/ui/drawfunc/drawsh5.cxx
+++ b/sc/source/ui/drawfunc/drawsh5.cxx
@@ -60,8 +60,6 @@
using namespace com::sun::star;
-
-
void ScDrawShell::GetHLinkState( SfxItemSet& rSet ) // Hyperlink
{
ScDrawView* pView = pViewData->GetScDrawView();
@@ -243,8 +241,6 @@ void ScDrawShell::ExecuteHLink( SfxRequest& rReq )
sal_uInt16 ScGetFontWorkId();
-
-
// Funktionen auf Drawing-Objekten
@@ -649,8 +645,6 @@ IMPL_LINK( ScDrawShell, NameObjectHdl, AbstractSvxNameDialog*, pDialog )
return 1; // name is valid
}
-
-
void ScDrawShell::ExecFormText(SfxRequest& rReq)
{
ScDrawView* pDrView = pViewData->GetScDrawView();
@@ -667,8 +661,6 @@ void ScDrawShell::ExecFormText(SfxRequest& rReq)
}
}
-
-
void ScDrawShell::ExecFormatPaintbrush( SfxRequest& rReq )
{
ScViewFunc* pView = pViewData->GetView();
@@ -712,6 +704,4 @@ ScDrawView* ScDrawShell::GetDrawView()
}
-
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */