summaryrefslogtreecommitdiffstats
path: root/sc/inc/clipparam.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-14 12:38:49 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-03-14 12:39:53 +0100
commit0b2765d4e8bb460d63876d756f006cf0343e5cdd (patch)
treea97fbb5d4a4280cb265741eb05229396c7f6d6fa /sc/inc/clipparam.hxx
parentscp2: move libxml2 to AutoInstall (diff)
downloadcore-0b2765d4e8bb460d63876d756f006cf0343e5cdd.tar.gz
core-0b2765d4e8bb460d63876d756f006cf0343e5cdd.zip
Help poor old Mac compiler by making ScClipParam copy ctor non-explicit
(and defaulted) Change-Id: I0cccef5710fad801e5541ce581ac976f645a7fdb
Diffstat (limited to 'sc/inc/clipparam.hxx')
-rw-r--r--sc/inc/clipparam.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/clipparam.hxx b/sc/inc/clipparam.hxx
index 3b3747feca70..f0f1c3b3294e 100644
--- a/sc/inc/clipparam.hxx
+++ b/sc/inc/clipparam.hxx
@@ -42,7 +42,6 @@ struct ScClipParam
ScClipParam();
ScClipParam(const ScRange& rRange, bool bCutMode);
- explicit ScClipParam(const ScClipParam& r);
bool isMultiRange() const;