diff options
author | Aurimas FiĊĦeras <aurimas@gmail.com> | 2011-01-25 20:17:43 +0200 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2011-01-28 12:14:19 +0000 |
commit | 878b50cd6806598ba68fe428ccccc023034ba561 (patch) | |
tree | 5fd60eeeddb88d4d984201dab7de3f076e47dc3e /offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl | |
parent | dbf70b8e9f26a5e1052467aafca65a241557c8d3 (diff) |
Some fixes to documentation (part 4)
Fixes many spelling errors (checked with en_US spell checker).
Unifies spelling of some common words.
Replaces single quotes ('') with double quotes ("").
Fixes several other errors.
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl')
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl b/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl index a21835516..2d9e9d7b3 100644 --- a/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl +++ b/offapi/com/sun/star/sheet/DataPilotFieldGroupBy.idl @@ -81,7 +81,7 @@ published constants DataPilotFieldGroupBy <p>Examples: <ul> <li>Calendar day grouping: The group <em>Jan 03</em> will contain all - members that contain the january 3rd, regardless of the year or time + members that contain the January 3rd, regardless of the year or time of the member, e.g. <em>2002-Jan-03 00:00:00</em> or <em>1999-Jan-03 02:12:45</em>.</li> @@ -100,7 +100,7 @@ published constants DataPilotFieldGroupBy by their month. <p>Example: The group <em>Jan</em> will contain all members with a - date in the month january, regardless of the year, day, or time of the + date in the month January, regardless of the year, day, or time of the member, e.g. <em>2002-Jan-03 00:00:00</em> or <em>1999-Jan-02 02:12:45</em>.</p> */ @@ -111,8 +111,8 @@ published constants DataPilotFieldGroupBy by their quarter. <p>Example: The group <em>Q1</em> will contain all members with a - date in the first quarter of a year (i.e. the months january, - february, and march), regardless of the year, day, or time of the + date in the first quarter of a year (i.e. the months January, + February, and march), regardless of the year, day, or time of the member, e.g. <em>2002-Jan-03 00:00:00</em> or <em>1999-Mar-02 02:12:45</em>.</p> */ |