summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/uinums.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-12-05 09:52:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2016-12-05 11:10:05 +0000
commite5ecb998fd78137aec32ad2cc996eaa4bb3e499d (patch)
tree43605bf020bc561cd75ffe8b506e0fcdef7487bc /sw/source/uibase/inc/uinums.hxx
parent7dde56f2cfb970464f5ebbacac6ebb8b6d9cceef (diff)
avoid coverity#1371269 Missing move assignment operator
Change-Id: I0ba8991ecc0934d839ac4e1bfe80f0568057fcc7
Diffstat (limited to 'sw/source/uibase/inc/uinums.hxx')
-rw-r--r--sw/source/uibase/inc/uinums.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/inc/uinums.hxx b/sw/source/uibase/inc/uinums.hxx
index 08bdb2da43b8..4dc28f663d30 100644
--- a/sw/source/uibase/inc/uinums.hxx
+++ b/sw/source/uibase/inc/uinums.hxx
@@ -73,7 +73,7 @@ public:
SwNumRulesWithName &operator=(const SwNumRulesWithName &);
const OUString& GetName() const { return maName; }
- SwNumRule MakeNumRule(SwWrtShell& rSh) const;
+ SwNumRule* MakeNumRule(SwWrtShell& rSh) const;
void GetNumFormat(size_t, SwNumFormat const*&, OUString const*&) const;
};
bleMichael Stahl 2015-11-04onlineupdate: -Werror=unused-variableMichael Stahl 2015-11-04onlineupdate: error: statement with no effectMichael Stahl 2015-10-12cppcheck:variableScopeNoel Grandin 2015-09-30Fix typosAndrea Gelmini 2015-09-18Fix typosAndrea Gelmini 2015-08-23tdf#39440 cppcheck: redundantAssignmentMichael Weghorn 2015-08-22tdf#39440 reduce scope of local variablesMichael Weghorn 2015-08-12Add the needed #ifndef instead of removing the variable.Jan Holesovsky 2015-08-11cppcheck: uninitMemberVarCaolán McNamara 2015-08-10cppcheck: arrayIndexThenCheckCaolán McNamara 2015-08-10cppcheck: unusedVariableCaolán McNamara 2015-08-03remove some unused typedefsNoel Grandin 2015-07-27remove some unused definesNoel Grandin 2015-07-22online update: Fix many warnings.Jan Holesovsky 2015-07-22online update tdf#68274: fix --enable-online-update=mar on WindowsNathan Yee 2015-07-03online update: Make the 'updater' build & link at least on Linux.Jan Holesovsky 2015-07-03online update: Add the bzip2 external.Nathan Yee 2015-07-03online update: Remove unneeded files.Nathan Yee 2015-06-29online update: Configure switch --enable-online-update=marJan Holesovsky 2015-06-29online update: Add updater executable build supportNathan Yee 2015-06-29online update: Add mar executable build supportNathan Yee 2015-06-29online update: Add preliminary support for creating MAR librariesNathan Yee 2015-06-29online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky