summaryrefslogtreecommitdiff
path: root/sw/source/filter/ww8/wrtw8esh.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/ww8/wrtw8esh.cxx')
-rw-r--r--sw/source/filter/ww8/wrtw8esh.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/filter/ww8/wrtw8esh.cxx b/sw/source/filter/ww8/wrtw8esh.cxx
index 792ba9645e3a..0ff7eb307f09 100644
--- a/sw/source/filter/ww8/wrtw8esh.cxx
+++ b/sw/source/filter/ww8/wrtw8esh.cxx
@@ -322,7 +322,7 @@ namespace
/// @param rWrt The containing WW8Export.
/// @param pObj pointer to the drawing object.
/// @returns The ordering number.
- static sal_uLong lcl_getSdrOrderNumber(const WW8Export& rWrt, DrawObj *pObj)
+ sal_uLong lcl_getSdrOrderNumber(const WW8Export& rWrt, DrawObj *pObj)
{
return rWrt.GetSdrOrdNum(pObj->maContent.GetFrameFormat());
};
@@ -348,7 +348,7 @@ namespace
/// @param rWrt The containing WW8Export.
/// @param rSrcArr The source array.
/// @param rDstArr The destination array.
- static void lcl_makeZOrderArray(const WW8Export& rWrt,
+ void lcl_makeZOrderArray(const WW8Export& rWrt,
std::vector<DrawObj> &rSrcArr,
std::vector<DrawObj*> &rDstArr)
{