diff options
author | Daniel Rentz <dr@openoffice.org> | 2001-06-14 15:07:12 +0000 |
---|---|---|
committer | Daniel Rentz <dr@openoffice.org> | 2001-06-14 15:07:12 +0000 |
commit | 9bc8b0358aac839bdf93adb23d38941a229b92c9 (patch) | |
tree | 8dcafbb967abe8b8ab567d8e9a643a9a9e087fef /svx | |
parent | c186661493f5dccdcf1356d9fd32ba6c122fa4c8 (diff) |
#86988# dialog redesign
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/passwd.hxx | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/svx/inc/passwd.hxx b/svx/inc/passwd.hxx index 0c1c2509c92f..1638463db636 100644 --- a/svx/inc/passwd.hxx +++ b/svx/inc/passwd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: passwd.hxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 17:00:58 $ + * last change: $Author: dr $ $Date: 2001-06-14 16:07:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -75,10 +75,6 @@ #include <vcl/edit.hxx> #endif -#ifndef _GROUP_HXX //autogen -#include <vcl/group.hxx> -#endif - #ifndef _BUTTON_HXX //autogen #include <vcl/button.hxx> #endif @@ -88,14 +84,14 @@ class SvxPasswordDialog : public SfxModalDialog { private: + FixedLine aOldFL; FixedText aOldPasswdFT; Edit aOldPasswdED; - GroupBox aOldGB; + FixedLine aNewFL; FixedText aNewPasswdFT; Edit aNewPasswdED; FixedText aRepeatPasswdFT; Edit aRepeatPasswdED; - GroupBox aNewGB; OKButton aOKBtn; CancelButton aEscBtn; HelpButton aHelpBtn; |