summaryrefslogtreecommitdiff
path: root/svx/source/devtools/DocumentModelTreeHandler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/devtools/DocumentModelTreeHandler.cxx')
-rw-r--r--svx/source/devtools/DocumentModelTreeHandler.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/devtools/DocumentModelTreeHandler.cxx b/svx/source/devtools/DocumentModelTreeHandler.cxx
index 2c721dcbea8e..af446f923d0d 100644
--- a/svx/source/devtools/DocumentModelTreeHandler.cxx
+++ b/svx/source/devtools/DocumentModelTreeHandler.cxx
@@ -87,7 +87,7 @@ public:
/// The main UNO object for this entry
virtual css::uno::Reference<css::uno::XInterface> getMainObject() { return mxObject; }
- /// Create and fill the childrent to the parent tree view node.
+ /// Create and fill the children to the parent tree view node.
virtual void fill(std::unique_ptr<weld::TreeView>& /*pDocumentModelTree*/,
weld::TreeIter const& /*rParent*/)
{