From b02a8de5076bdb8a378d054b8ba447c67e742c2e Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Fri, 11 Nov 2005 10:50:38 +0000 Subject: 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 --- svx/source/dialog/optgdlg.hxx | 5 +++-- 1 file 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; -- cgit