summaryrefslogtreecommitdiff
path: root/drawinglayer
diff options
context:
space:
mode:
Diffstat (limited to 'drawinglayer')
-rw-r--r--drawinglayer/source/tools/wmfemfhelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/tools/wmfemfhelper.cxx b/drawinglayer/source/tools/wmfemfhelper.cxx
index cfab0426ef74..e74135c66170 100644
--- a/drawinglayer/source/tools/wmfemfhelper.cxx
+++ b/drawinglayer/source/tools/wmfemfhelper.cxx
@@ -1309,7 +1309,7 @@ namespace wmfemfhelper
}
/** helper which takes complete care for creating the needed textLine primitives */
- static void proccessMetaTextLineAction(
+ static void processMetaTextLineAction(
const MetaTextLineAction& rAction,
TargetHolder& rTarget,
PropertyHolder const & rProperty)
@@ -2786,7 +2786,7 @@ namespace wmfemfhelper
// Font.
const MetaTextLineAction* pA = static_cast<const MetaTextLineAction*>(pAction);
- proccessMetaTextLineAction(
+ processMetaTextLineAction(
*pA,
rTargetHolders.Current(),
rPropertyHolders.Current());