[Libreoffice-commits] core.git: sc/inc sc/sdi sc/source
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 2 07:30:15 UTC 2019
sc/inc/unonames.hxx | 1 -
sc/sdi/drawsh.sdi | 1 -
sc/sdi/scalc.sdi | 2 --
sc/source/filter/xml/xmlexprt.cxx | 1 -
sc/source/ui/unoobj/shapeuno.cxx | 2 --
5 files changed, 7 deletions(-)
New commits:
commit 7ac53984d7749e50cf2f6f2dcc19e3d53d7ff603
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
AuthorDate: Tue Apr 2 09:07:34 2019 +0200
Commit: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
CommitDate: Tue Apr 2 09:29:45 2019 +0200
Remove unnecessary comments
Change-Id: Ie6dfdc87d209686955ae4b758cd020f2587e7dac
Reviewed-on: https://gerrit.libreoffice.org/70117
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
diff --git a/sc/inc/unonames.hxx b/sc/inc/unonames.hxx
index 79f2189e1835..1a89feb1d6ac 100644
--- a/sc/inc/unonames.hxx
+++ b/sc/inc/unonames.hxx
@@ -194,7 +194,6 @@
#define SC_UNONAME_ANCHOR "Anchor"
#define SC_UNONAME_HORIPOS "HoriOrientPosition"
#define SC_UNONAME_VERTPOS "VertOrientPosition"
-// #i66550 HLINK_FOR_SHAPES
#define SC_UNONAME_HYPERLINK "Hyperlink"
#define SC_UNONAME_MOVEPROTECT "MoveProtect"
diff --git a/sc/sdi/drawsh.sdi b/sc/sdi/drawsh.sdi
index 53916eca91a2..6b28aea9dfbe 100644
--- a/sc/sdi/drawsh.sdi
+++ b/sc/sdi/drawsh.sdi
@@ -221,7 +221,6 @@ interface TableDraw
SID_FONTWORK_KERN_CHARACTER_PAIRS [ ExecMethod = ExecDrawFunc ; StateMethod = GetDrawFuncState ; ]
SID_FONTWORK_CHARACTER_SPACING_DIALOG [ ExecMethod = ExecDrawFunc ; StateMethod = GetDrawFuncState ; ]
-// ISSUE66550_HLINK_FOR_SHAPES
SID_DRAW_HLINK_EDIT [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_DRAW_HLINK_DELETE [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
SID_OPEN_HYPERLINK [ ExecMethod = ExecDrawAttr; StateMethod = GetDrawFuncState; Export = FALSE; ]
diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index 05b43341fe8e..b3b1d3258492 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -5039,7 +5039,6 @@ SfxVoidItem SplitWindow SID_WINDOW_SPLIT
]
-// ISSUE66550_HLINK_FOR_SHAPES
SfxVoidItem EditShapeHyperlink SID_DRAW_HLINK_EDIT
()
[
@@ -5058,7 +5057,6 @@ SfxVoidItem EditShapeHyperlink SID_DRAW_HLINK_EDIT
]
-// ISSUE66550_HLINK_FOR_SHAPES
SfxVoidItem DeleteShapeHyperlink SID_DRAW_HLINK_DELETE
()
[
diff --git a/sc/source/filter/xml/xmlexprt.cxx b/sc/source/filter/xml/xmlexprt.cxx
index 189d0a707ede..914a3b728a7a 100644
--- a/sc/source/filter/xml/xmlexprt.cxx
+++ b/sc/source/filter/xml/xmlexprt.cxx
@@ -3435,7 +3435,6 @@ void ScXMLExport::ExportShape(const uno::Reference < drawing::XShape >& xShape,
}
if (!bIsChart)
{
- // #i66550 HLINK_FOR_SHAPES
OUString sHlink;
try
{
diff --git a/sc/source/ui/unoobj/shapeuno.cxx b/sc/source/ui/unoobj/shapeuno.cxx
index 1468ef39e831..fe05f5155192 100644
--- a/sc/source/ui/unoobj/shapeuno.cxx
+++ b/sc/source/ui/unoobj/shapeuno.cxx
@@ -57,7 +57,6 @@ static const SfxItemPropertyMapEntry* lcl_GetShapeMap()
{OUString(SC_UNONAME_IMAGEMAP), 0, cppu::UnoType<container::XIndexContainer>::get(), 0, 0 },
{OUString(SC_UNONAME_VERTPOS), 0, cppu::UnoType<sal_Int32>::get(), 0, 0 },
{OUString(SC_UNONAME_MOVEPROTECT), 0, cppu::UnoType<sal_Bool>::get(), 0, 0 },
- // #i66550 HLINK_FOR_SHAPES
{OUString(SC_UNONAME_HYPERLINK), 0, cppu::UnoType<OUString>::get(), 0, 0 },
{OUString(SC_UNONAME_URL), 0, cppu::UnoType<OUString>::get(), 0, 0 },
{ OUString(), 0, css::uno::Type(), 0, 0 }
@@ -73,7 +72,6 @@ const SvEventDescription* ScShapeObj::GetSupportedMacroItems()
};
return aMacroDescriptionsImpl;
}
-// #i66550 HLINK_FOR_SHAPES
ScMacroInfo* ScShapeObj_getShapeHyperMacroInfo( const ScShapeObj* pShape, bool bCreate = false )
{
if( pShape )
More information about the Libreoffice-commits
mailing list