summaryrefslogtreecommitdiff
path: root/sfx2/source/dialog/filedlgimpl.hxx
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2011-11-30 16:08:23 +0100
committerMichael Stahl <mstahl@redhat.com>2011-12-03 00:48:13 +0100
commitc6fdc42e87d3474d89d33486a23885a2921160af (patch)
treee72e8afdc28c3076f7f9e3c6b3a4a4868944e0e1 /sfx2/source/dialog/filedlgimpl.hxx
parent5754213c709428b19c68d5242df54683bf83536e (diff)
sfx2::FileDialogHelper: the punchline:
Now that we have removed all the pointless clutter, we can finally make it possible to create a file dialog that has a link checkbox but not dozens of graphic filters pre-registered: only add them if SFXWB_GRAPHIC is given.
Diffstat (limited to 'sfx2/source/dialog/filedlgimpl.hxx')
-rw-r--r--sfx2/source/dialog/filedlgimpl.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/dialog/filedlgimpl.hxx b/sfx2/source/dialog/filedlgimpl.hxx
index 8d0ddcb2ca55..6770bb78129c 100644
--- a/sfx2/source/dialog/filedlgimpl.hxx
+++ b/sfx2/source/dialog/filedlgimpl.hxx
@@ -96,7 +96,7 @@ namespace sfx2
sal_Bool m_bHaveFilterOptions : 1;
sal_Bool mbHasVersions : 1;
sal_Bool mbHasAutoExt : 1;
- sal_Bool mbHasLink : 1;
+ sal_Bool mbAddGraphicFilter : 1;
sal_Bool mbHasPreview : 1;
sal_Bool mbShowPreview : 1;
sal_Bool mbIsSaveDlg : 1;