diff options
author | Ocke Janssen <oj@openoffice.org> | 2002-09-24 08:48:22 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2002-09-24 08:48:22 +0000 |
commit | 2a85b48363d92ebd5b0bd1adc5990ddf85860d21 (patch) | |
tree | 11c7fc9690bcf576b0be9e7eb2f780e3e5630afd /dbaccess/source/ui/inc/UITools.hxx | |
parent | 3000faccaf963e614ee49e63a206a1c229d456e5 (diff) |
#103049# correct alignment assignment
Diffstat (limited to 'dbaccess/source/ui/inc/UITools.hxx')
-rw-r--r-- | dbaccess/source/ui/inc/UITools.hxx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/UITools.hxx b/dbaccess/source/ui/inc/UITools.hxx index 0bea6b717098..69ed06c852c1 100644 --- a/dbaccess/source/ui/inc/UITools.hxx +++ b/dbaccess/source/ui/inc/UITools.hxx @@ -2,9 +2,9 @@ * * $RCSfile: UITools.hxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: oj $ $Date: 2002-08-26 07:50:55 $ + * last change: $Author: oj $ $Date: 2002-09-24 09:48:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -191,6 +191,13 @@ namespace dbaui @return the corresponding com::sun::star::awt::TextAlign */ sal_Int32 mapTextAllign(const SvxCellHorJustify& _eAlignment); + + /** maps com::sun::star::awt::TextAlign to SvxCellHorJustify + @param com::sun::star::awt::TextAlign& _nAlignment + @return the corresponding SvxCellHorJustify + */ + SvxCellHorJustify mapTextJustify(const sal_Int32& _nAlignment); + /** fill a column with ui data of a field description @param _rxColumn the column which should be filled @param _pFieldDesc the source of the data |