summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-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*/)
{
o DrawAndras Timar 2012-06-21re-base on ALv2 code.Michael Meeks 2012-06-14gbuild migration: pyuno moduleDavid Ostrovsky 2012-06-13better test for system boost date_time libDavid Tardon 2012-06-12delete problematic IsOfficeRunning custom actionAndras Timar 2012-06-05fdo#43989 let unopkg.exe run with elevated privileges during installAndras Timar 2012-06-05remove ugly extra symbols from scp2, tooAndras Timar 2012-06-05fdo#47805 rework handling of 64-bit registry entriesAndras Timar 2012-06-04ALv2 licensing compliance, and first test / re-based module pair.Michael Meeks 2012-06-02Revert "don't install 32-bit shell extensions on 64-bit Windows"Andras Timar 2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius 2012-05-31More headless build workRiccardo Magliocchetti 2012-05-31Fix duplicated gidJesús Corrius 2012-05-31fix VersionNT condition for AppUserModelIDJesús Corrius 2012-05-31Add FriendlyTypeNames to supported typesJesús Corrius 2012-05-29apparently missing SYSTEM_HSQLDB defineCaolán McNamara 2012-05-29Removed spurious trailing semicolonsStephan Bergmann 2012-05-29Adapted to changed lib names after gbuild'ificationStephan Bergmann 2012-05-29bin i18npool/version.mk, hardcode the versionDavid Tardon