summaryrefslogtreecommitdiff
path: root/forms/source/helper/controlfeatureinterception.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/helper/controlfeatureinterception.cxx')
-rw-r--r--forms/source/helper/controlfeatureinterception.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/helper/controlfeatureinterception.cxx b/forms/source/helper/controlfeatureinterception.cxx
index c83b61308395..924a1a0041fc 100644
--- a/forms/source/helper/controlfeatureinterception.cxx
+++ b/forms/source/helper/controlfeatureinterception.cxx
@@ -99,7 +99,7 @@ namespace frm
break;
}
- xChainWalk = xSlave;
+ xChainWalk = std::move(xSlave);
}
}
ework/Module_framework.mk?id=4e7f9650e2a32b648cbd50ab113955920f960354'>remove ancient lo-menubar implementation now that we have the shiny new oneBjoern Michaelsen 2012-08-24kill more unneeded stuff; rename uiconfig PackagesMatúš Kukan 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-04-01removing useless executable flag from makefilesBjoern Michaelsen 2011-03-31add lomenubar to the build (disabled)Bjoern Michaelsen 2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens 2011-01-25CWS gnumake3: fix license headersMathias Bauer 2011-01-11gnumake3: more work on junit subsequenttest migrationBjoern Michaelsen 2010-06-26CWS gnumake2: module reorgBjoern Michaelsen