[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara
caolanm at redhat.com
Tue Oct 15 08:27:14 PDT 2013
sfx2/source/doc/templatedlg.cxx | 10 ----------
1 file changed, 10 deletions(-)
New commits:
commit 7c75d9ef462958d43bfcf252b24b9084a95af87b
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue Oct 15 16:26:30 2013 +0100
unused class
Change-Id: I820c9c79113007df096c4efe9e8fc30b93e2b7ae
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 4b00ec3..1da6adb 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -147,16 +147,6 @@ static bool cmpSelectionItems (const ThumbnailViewItem *pItem1, const ThumbnailV
return pItem1->mnId > pItem2->mnId;
}
-class TemplateManagerPage : public TabPage
-{
- private:
- FixedText maFixedText;
-
- public:
- TemplateManagerPage( Window* pParent );
- ~TemplateManagerPage( ) { };
-};
-
SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent)
: ModelessDialog(parent, SfxResId(DLG_TEMPLATE_MANAGER)),
maTabControl(this,SfxResId(TAB_CONTROL)),
More information about the Libreoffice-commits
mailing list