diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 13:03:42 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-10-12 13:03:42 +0100 |
commit | 581438a0c609c957e2db0b262b3bea83fa387eac (patch) | |
tree | 26d492dc95d3be966ffe2f91b6741bc786da1755 /sfx2 | |
parent | 12a971118f732858bd288e6fd5b38b17b7c560e8 (diff) |
lcl_createTemplate declared but not defined
Change-Id: I755853c326c5e3dbeae18e3fdb9f7b5607aac874
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/doc/templatedlg.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx index c79c7795c01e..ca5e0b31cd69 100644 --- a/sfx2/source/doc/templatedlg.cxx +++ b/sfx2/source/doc/templatedlg.cxx @@ -64,8 +64,6 @@ using namespace ::com::sun::star::frame; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::ui::dialogs; -static void lcl_createTemplate(uno::Reference<XComponentLoader> xDesktop, const FILTER_APPLICATION eApp); - static bool lcl_getServiceName (const OUString &rFileURL, OUString &rName ); static std::vector<OUString> lcl_getAllFactoryURLs (); |