summaryrefslogtreecommitdiff
path: root/include/svl/style.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-05-04 14:23:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2016-05-04 14:24:47 +0200
commitd916619658a2486ee8cdb5d819a6f0308ee07ccf (patch)
treedc7e09a2961da18829ed8dfbd6ea37a23f1e4259 /include/svl/style.hxx
parentb6f3b2b0ab9404917b7805bb89701c110b468768 (diff)
No need to explicitly delete ctor the compiler wouldn't implicitly declare
Change-Id: Idd0e764765bd76e1f6a2d8ec6e18ebac27b91ec6
Diffstat (limited to 'include/svl/style.hxx')
-rw-r--r--include/svl/style.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/svl/style.hxx b/include/svl/style.hxx
index a4715118b9f7..8083cb36bdbd 100644
--- a/include/svl/style.hxx
+++ b/include/svl/style.hxx
@@ -339,7 +339,6 @@ public:
class SVL_DLLPUBLIC SfxUnoStyleSheet : public ::cppu::ImplInheritanceHelper2< SfxStyleSheet, css::style::XStyle, css::lang::XUnoTunnel >
{
public:
- SfxUnoStyleSheet() = delete;
SfxUnoStyleSheet( const OUString& _rName, const SfxStyleSheetBasePool& _rPool, SfxStyleFamily _eFamily, sal_uInt16 _nMaske );
static SfxUnoStyleSheet* getUnoStyleSheet( const css::uno::Reference< css::style::XStyle >& xStyle );