summaryrefslogtreecommitdiff
path: root/include/svx/fontworkgallery.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/svx/fontworkgallery.hxx')
-rw-r--r--include/svx/fontworkgallery.hxx9
1 files changed, 2 insertions, 7 deletions
diff --git a/include/svx/fontworkgallery.hxx b/include/svx/fontworkgallery.hxx
index d792b135a7c4..a5b63bada0c6 100644
--- a/include/svx/fontworkgallery.hxx
+++ b/include/svx/fontworkgallery.hxx
@@ -77,19 +77,14 @@ public:
class SVX_DLLPUBLIC FontWorkGalleryDialog : public ModalDialog
{
- FixedLine maFLFavorites;
- ValueSet maCtlFavorites;
- OKButton maOKButton;
- CancelButton maCancelButton;
- HelpButton maHelpButton;
+ ValueSet* mpCtlFavorites;
+ OKButton* mpOKButton;
sal_uInt16 mnThemeId;
SdrView* mpSdrView;
FmFormModel* mpModel;
- OUString maStrClickToAddText;
-
DECL_LINK( DoubleClickFavoriteHdl, void * );
DECL_LINK( ClickOKHdl, void * );
DECL_LINK( ClickTextDirectionHdl, ImageButton * );