diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-29 18:13:20 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-29 22:47:10 +0900 |
commit | bf5115328ed454f43b4443f3891a0183dfd62814 (patch) | |
tree | f6e84c3490f965aa583e59be281e32e207b400c2 /sd/source/ui/dlg/sddlgfact.hxx | |
parent | 3f501522a838e245431a4558af5639b602566e33 (diff) |
removed unnecessary forward declarations of class
except
* sd::ViewTabBar moved to ViewShellBase.hxx
* sd::TemplateEntry moved to AllMasterPageSelector.hxx
Change-Id: I802cdc0b77027bbe0843fbb259ce1a5a46354fc3
Diffstat (limited to 'sd/source/ui/dlg/sddlgfact.hxx')
-rw-r--r-- | sd/source/ui/dlg/sddlgfact.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/sddlgfact.hxx b/sd/source/ui/dlg/sddlgfact.hxx index c06200edaabb..31f8e5ecc6c5 100644 --- a/sd/source/ui/dlg/sddlgfact.hxx +++ b/sd/source/ui/dlg/sddlgfact.hxx @@ -219,7 +219,6 @@ class AbstractSdPresLayoutDlg_Impl : public AbstractSdPresLayoutDlg }; // add for SdActionDlg -class SfxSingleTabDialog; class AbstractSfxDialog_Impl : public SfxAbstractDialog { DECL_ABSTDLG_BASE(AbstractSfxDialog_Impl,SfxModalDialog) |