diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-10-12 11:45:59 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-11-28 13:28:24 -0500 |
commit | 84b43827fee71f1c5b6630648955898d039f9b7e (patch) | |
tree | 928e3b20ac21ac42b361d1af9a79e6e6371cbcaa /sc | |
parent | d0dd4b64cd81316867fee3d86c48bfb55a3e4c87 (diff) |
I forgot to remove these.
Change-Id: Id84d391b346c7044e3c3b5fd58b42365a8ebc79d
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.cxx | 1 | ||||
-rw-r--r-- | sc/source/ui/attrdlg/scdlgfact.hxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sc/source/ui/attrdlg/scdlgfact.cxx b/sc/source/ui/attrdlg/scdlgfact.cxx index 0c78f8b9afbc..7c90573e5733 100644 --- a/sc/source/ui/attrdlg/scdlgfact.cxx +++ b/sc/source/ui/attrdlg/scdlgfact.cxx @@ -123,7 +123,6 @@ IMPL_ABSTDLG_BASE(AbstractScTabBgColorDlg_Impl); IMPL_ABSTDLG_BASE(AbstractScImportOptionsDlg_Impl); IMPL_ABSTDLG_BASE(AbstractScTextImportOptionsDlg_Impl); IMPL_ABSTDLG_BASE(AbstractTabDialog_Impl); -IMPL_ABSTDLG_BASE(AbstractScXMLSourceDlg_Impl); // ScAbstractTabDialog_Impl begin void ScAbstractTabDialog_Impl::SetCurPageId( sal_uInt16 nId ) diff --git a/sc/source/ui/attrdlg/scdlgfact.hxx b/sc/source/ui/attrdlg/scdlgfact.hxx index eba84fbd2401..7e2179245843 100644 --- a/sc/source/ui/attrdlg/scdlgfact.hxx +++ b/sc/source/ui/attrdlg/scdlgfact.hxx @@ -64,7 +64,6 @@ class ScImportOptionsDlg; class SfxTabDialog; class ScTextImportOptionsDlg; class ScCondFormatManagerDlg; -class ScXMLSourceDlg; #define DECL_ABSTDLG_BASE(Class,DialogClass) \ DialogClass* pDlg; \ |