summaryrefslogtreecommitdiff
path: root/sfx2/source/view/viewfac.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-16 08:33:33 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-16 09:47:01 +0200
commit4e05ae6a6b90f8e840186a00010c5e6ca1580548 (patch)
treeed94b6f7c6f75fc1f409810cdeb97a23138b3580 /sfx2/source/view/viewfac.cxx
parenta71e7b108c7041ebc7cb99d1d2d53358140d8e30 (diff)
-Werror,-Wunused-private-field (Clang towards 3.2)
Change-Id: I7162523a26488b8528a91ec7abd587f55647acbb
Diffstat (limited to 'sfx2/source/view/viewfac.cxx')
-rw-r--r--sfx2/source/view/viewfac.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/view/viewfac.cxx b/sfx2/source/view/viewfac.cxx
index a7e15a1e4a06..d1b9528fbdbd 100644
--- a/sfx2/source/view/viewfac.cxx
+++ b/sfx2/source/view/viewfac.cxx
@@ -52,10 +52,9 @@ String SfxViewFactory::GetAPIViewName() const
// CTOR / DTOR -----------------------------------------------------------
-SfxViewFactory::SfxViewFactory( SfxViewCtor fnC, SfxViewInit fnI,
+SfxViewFactory::SfxViewFactory( SfxViewCtor fnC,
sal_uInt16 nOrdinal, const sal_Char* asciiViewName ):
fnCreate(fnC),
- fnInit(fnI),
nOrd(nOrdinal),
m_sViewName( rtl::OUString::createFromAscii( asciiViewName ) )
{