summaryrefslogtreecommitdiff
path: root/svl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-12-12 09:41:38 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-12-12 11:49:03 +0000
commitc928840ef2a41ca373ad9070d8e9160c216260da (patch)
treec1b7ff24bbeb9708ed4f6a4506f83a48333b9665 /svl
parent7320714922b2d68f668283747faf1b98e7d2b15b (diff)
leave the deliberately unused, not-for-use method inline
doing so means code is not generated for it seeing as its not used, moving it out means code is generated for it and its detected as unused code Change-Id: I72edc89446bdfac50069e0b509fc7f90540e0d4a
Diffstat (limited to 'svl')
-rw-r--r--svl/source/items/style.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/svl/source/items/style.cxx b/svl/source/items/style.cxx
index 9d78b6c19478..cddf81b31193 100644
--- a/svl/source/items/style.cxx
+++ b/svl/source/items/style.cxx
@@ -884,12 +884,6 @@ void SfxStyleSheetBase::Store( SvStream& )
{
}
-SfxStyleSheet::SfxStyleSheet() // do not use! needed by MSVC at compile time to satisfy ImplInheritanceHelper2
- : SfxStyleSheetBase(OUString("dummy"), NULL, SFX_STYLE_FAMILY_ALL, 0)
-{
- assert(false);
-}
-
SfxStyleSheet::SfxStyleSheet(const OUString &rName,
const SfxStyleSheetBasePool& r_Pool,
SfxStyleFamily eFam,