summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-01-03 20:05:20 -0800
committerJoseph Powers <jpowers27@cox.net>2011-01-03 20:05:20 -0800
commitfed96ce799ca203b58253493b684c791fc276636 (patch)
tree78d09070022556820c3838cf6e9f6af5f85f5923 /svx
parentacf7b1d013d68b602807febffc2bc887bd8d3aa5 (diff)
White space cleanup
Diffstat (limited to 'svx')
-rw-r--r--svx/inc/svx/fmgridcl.hxx14
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/inc/svx/fmgridcl.hxx b/svx/inc/svx/fmgridcl.hxx
index 1a012b3057..054cccfe4e 100644
--- a/svx/inc/svx/fmgridcl.hxx
+++ b/svx/inc/svx/fmgridcl.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -142,23 +142,23 @@ public:
sal_Int32 GetSelectedColumn() const;
- /** return the name of the specified object.
+ /** return the name of the specified object.
@param eObjType
The type to ask for
@param _nPosition
The position of a tablecell (index position), header bar colum/row cell
- @return
- The name of the specified object.
+ @return
+ The name of the specified object.
*/
virtual ::rtl::OUString GetAccessibleObjectName( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const;
- /** return the description of the specified object.
+ /** return the description of the specified object.
@param eObjType
The type to ask for
@param _nPosition
The position of a tablecell (index position), header bar colum/row cell
- @return
- The description of the specified object.
+ @return
+ The description of the specified object.
*/
virtual ::rtl::OUString GetAccessibleObjectDescription( ::svt::AccessibleBrowseBoxObjType eObjType,sal_Int32 _nPosition = -1) const;