summaryrefslogtreecommitdiff
path: root/sw/source/filter/xml/xmltexte.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/xml/xmltexte.cxx')
-rw-r--r--sw/source/filter/xml/xmltexte.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/filter/xml/xmltexte.cxx b/sw/source/filter/xml/xmltexte.cxx
index 8f3e57756088..682f481819f1 100644
--- a/sw/source/filter/xml/xmltexte.cxx
+++ b/sw/source/filter/xml/xmltexte.cxx
@@ -250,7 +250,7 @@ static void lcl_addURL ( SvXMLExport &rExport, const String &rURL,
}
}
-void lcl_addAspect(
+static void lcl_addAspect(
const svt::EmbeddedObjectRef& rObj,
const XMLPropertyState **pStates,
const UniReference < XMLPropertySetMapper >& rMapper )
@@ -266,7 +266,7 @@ void lcl_addAspect(
}
}
-void lcl_addOutplaceProperties(
+static void lcl_addOutplaceProperties(
const svt::EmbeddedObjectRef& rObj,
const XMLPropertyState **pStates,
const UniReference < XMLPropertySetMapper >& rMapper )
@@ -297,7 +297,7 @@ void lcl_addOutplaceProperties(
}
}
-void lcl_addFrameProperties(
+static void lcl_addFrameProperties(
const uno::Reference < embed::XEmbeddedObject >& xObj,
const XMLPropertyState **pStates,
const UniReference < XMLPropertySetMapper >& rMapper )