From b79f137e0781197dde385289825aa659960112a1 Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 28 Feb 2017 16:51:27 +0000 Subject: [PATCH] Docs: Improve documentation for PropertyStorage classes. Issue #31407. git-svn-id: trunk@54307 - --- docs/xml/lcl/jsonpropstorage.xml | 10 +++++----- docs/xml/lcl/propertystorage.xml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/xml/lcl/jsonpropstorage.xml b/docs/xml/lcl/jsonpropstorage.xml index d279901afe..9c20d92faa 100644 --- a/docs/xml/lcl/jsonpropstorage.xml +++ b/docs/xml/lcl/jsonpropstorage.xml @@ -323,7 +323,7 @@ - This determines if the object is active or not. + @@ -331,7 +331,7 @@ - Called before saving the properties. + @@ -339,7 +339,7 @@ - Called after saving the properties. + @@ -347,7 +347,7 @@ - Called before restoring the properties. + @@ -355,7 +355,7 @@ - Called after restoring the properties. + diff --git a/docs/xml/lcl/propertystorage.xml b/docs/xml/lcl/propertystorage.xml index eec5bd4366..8a8f5fd57a 100644 --- a/docs/xml/lcl/propertystorage.xml +++ b/docs/xml/lcl/propertystorage.xml @@ -873,7 +873,7 @@ - + This determines if the object is active or not. ? @@ -889,7 +889,7 @@ - Handler called at the begin of Save. + Handler called at the beginning of Save. @@ -907,7 +907,7 @@ - Handler called at the begin of Restore. + Handler called at the beginning of Restore.