summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 10:50:38 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 10:50:38 +0000
commitb02a8de5076bdb8a378d054b8ba447c67e742c2e (patch)
treeb3da9c9b3d37ba933e7125d2dc5fcbb4945a5a43
parentedacc8f83beddc643d6fc111839d5fa7379a163c (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.hxx5
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;