diff options
author | Peter Burow <pb@openoffice.org> | 2002-09-23 08:07:58 +0000 |
---|---|---|
committer | Peter Burow <pb@openoffice.org> | 2002-09-23 08:07:58 +0000 |
commit | 0c38b8b2b91325e0fe9a604056340a7162554df7 (patch) | |
tree | 390ff8c7bc4fafbaf86e37e3d8ee5ef86637ce34 /svx/inc | |
parent | b2ea7b29d49d0c68939bfac4b946bb6c11c6008f (diff) |
fix: #103546# wrong zorder in russian version fixed
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/optgenrl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/inc/optgenrl.hxx b/svx/inc/optgenrl.hxx index 74441dcc998a..aab5e22726cb 100644 --- a/svx/inc/optgenrl.hxx +++ b/svx/inc/optgenrl.hxx @@ -2,9 +2,9 @@ * * $RCSfile: optgenrl.hxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: os $ $Date: 2001-03-16 12:37:33 $ + * last change: $Author: pb $ $Date: 2002-09-23 09:07:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,8 +113,8 @@ private: Edit aCompanyEdit; FixedText aNameLbl; FixedText aNameLblRuss; - Edit aFatherName; Edit aFirstName; + Edit aFatherName; Edit aName; Edit aShortName; FixedText aStreetLbl; |