diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:50:38 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-11 10:50:38 +0000 |
commit | b02a8de5076bdb8a378d054b8ba447c67e742c2e (patch) | |
tree | b3da9c9b3d37ba933e7125d2dc5fcbb4945a5a43 | |
parent | edacc8f83beddc643d6fc111839d5fa7379a163c (diff) |
INTEGRATION: CWS c06 (1.13.316); FILE MERGED
2005/08/29 10:01:55 pb 1.13.316.1: fix: #i53484# ReadOnlyImage for 'Use Office FilePicker' added
-rw-r--r-- | svx/source/dialog/optgdlg.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/dialog/optgdlg.hxx b/svx/source/dialog/optgdlg.hxx index 8e09a82e3a61..7dcd875f0744 100644 --- a/svx/source/dialog/optgdlg.hxx +++ b/svx/source/dialog/optgdlg.hxx @@ -4,9 +4,9 @@ * * $RCSfile: optgdlg.hxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2005-09-08 21:43:23 $ + * last change: $Author: rt $ $Date: 2005-11-11 11:50:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -71,6 +71,7 @@ private: ListBox aHelpFormatLB; FixedLine aFileDlgFL; + ReadOnlyImage aFileDlgROImage; CheckBox aFileDlgCB; FixedLine aDocStatusFL; |