[Libreoffice-commits] .: svx/inc
Joseph Powers
jpowers at kemper.freedesktop.org
Mon Jan 3 20:05:26 PST 2011
svx/inc/svx/fmgridcl.hxx | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
New commits:
commit fed96ce799ca203b58253493b684c791fc276636
Author: Joseph Powers <jpowers27 at cox.net>
Date: Mon Jan 3 20:05:20 2011 -0800
White space cleanup
diff --git a/svx/inc/svx/fmgridcl.hxx b/svx/inc/svx/fmgridcl.hxx
index 1a012b3..054cccf 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;
More information about the Libreoffice-commits
mailing list