Kaydet (Commit) 323c5ee6 authored tarafından Takeshi Abe's avatar Takeshi Abe

Drop undefined declarations

Change-Id: Ib0940004ba6873fda5d3821521ab2f1127acc3f0
üst 323e55d7
...@@ -44,13 +44,6 @@ sal_Bool sw_frmitems_parseXMLBorder( const ::rtl::OUString& rValue, ...@@ -44,13 +44,6 @@ sal_Bool sw_frmitems_parseXMLBorder( const ::rtl::OUString& rValue,
sal_uInt16& rNamedWidth, sal_uInt16& rNamedWidth,
sal_Bool& rHasColor, Color& rColor ); sal_Bool& rHasColor, Color& rColor );
void sw_frmitems_setXMLBorderWidth( editeng::SvxBorderLine& rLine,
sal_uInt16 nOutWidth, sal_uInt16 nInWidth,
sal_uInt16 nDistance );
void sw_frmitems_setXMLBorderWidth( editeng::SvxBorderLine& rLine,
sal_uInt16 nWidth, sal_Bool bDouble );
sal_Bool sw_frmitems_setXMLBorder( editeng::SvxBorderLine*& rpLine, sal_Bool sw_frmitems_setXMLBorder( editeng::SvxBorderLine*& rpLine,
sal_Bool bHasStyle, sal_uInt16 nStyle, sal_Bool bHasStyle, sal_uInt16 nStyle,
sal_Bool bHasWidth, sal_uInt16 nWidth, sal_Bool bHasWidth, sal_uInt16 nWidth,
...@@ -67,9 +60,6 @@ void sw_frmitems_MergeXMLHoriPos( SvxGraphicPosition& ePos, ...@@ -67,9 +60,6 @@ void sw_frmitems_MergeXMLHoriPos( SvxGraphicPosition& ePos,
void sw_frmitems_MergeXMLVertPos( SvxGraphicPosition& ePos, void sw_frmitems_MergeXMLVertPos( SvxGraphicPosition& ePos,
SvxGraphicPosition eVert ); SvxGraphicPosition eVert );
extern const sal_uInt16 aSBorderWidths[];
extern const sal_uInt16 aDBorderWidths[5*11];
extern const struct SvXMLEnumMapEntry psXML_BorderStyles[]; extern const struct SvXMLEnumMapEntry psXML_BorderStyles[];
extern const struct SvXMLEnumMapEntry psXML_NamedBorderWidths[]; extern const struct SvXMLEnumMapEntry psXML_NamedBorderWidths[];
extern const struct SvXMLEnumMapEntry psXML_BrushRepeat[]; extern const struct SvXMLEnumMapEntry psXML_BrushRepeat[];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment