summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/drviews1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/view/drviews1.cxx')
-rw-r--r--sd/source/ui/view/drviews1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/drviews1.cxx b/sd/source/ui/view/drviews1.cxx
index cf146aef2fd8..da93cdd91532 100644
--- a/sd/source/ui/view/drviews1.cxx
+++ b/sd/source/ui/view/drviews1.cxx
@@ -139,7 +139,7 @@ namespace
void Lock(bool bLock);
SfxViewFrame *mpFrame;
public:
- LockUI(SfxViewFrame *pFrame) : mpFrame(pFrame) { Lock(true); }
+ explicit LockUI(SfxViewFrame *pFrame) : mpFrame(pFrame) { Lock(true); }
~LockUI() { Lock(false); }
};
>Michael Stahl 2017-03-04sw: remove unused id RES_TXTATR_FLDCHGMichael Stahl 2017-03-04sw: translate german comments in atrfld.cxxMichael Stahl 2017-03-04sw: translate german comments in fntcap.cxxMichael Stahl 2017-03-04sw: translate german comments in ndhints.cxxMichael Stahl 2017-03-04sw: translate german comments in swfont.cxxMichael Stahl 2017-03-04sw: translate german comments in txtedt.cxxMichael Stahl 2017-03-04sw: remove unused declarationsMichael Stahl 2017-03-03Remove redundant 'inline' keywordStephan Bergmann 2017-03-03tdf#106291: WW8 import: Properly treat column spansMike Kaganski 2017-03-03drop SvxNumType and rename SvxExtNumType->SvxNumTypeNoel Grandin 2017-03-03Fix typosAndrea Gelmini 2017-03-03sw: rework input field line breaking test to use portions directlyTomaž Vajngerl 2017-03-03Remove uses of SAL_CONSTEXPR in LIBO_INTERNAL_ONLYStephan Bergmann 2017-03-03use SvxExtNumType in SvxNumberTypeNoel Grandin 2017-03-03convert SfxEnumItem to type-safe template classNoel Grandin 2017-03-03another test that seems to depend on the available fontsMarkus Mohrhard 2017-03-02the test seems to depend on our bundled fontsMarkus Mohrhard 2017-03-02tdf#101178 sw: DOCX export: fix crashMichael Stahl 2017-03-02sw: Fix STL assert on DOCX export of ooo29679-42.odtMichael Stahl 2017-03-02Clean up use of integer typesStephan Bergmann 2017-03-02Fix typosAndrea Gelmini 2017-03-02Complete the transition of SwRedlineTable::size_typeStephan Bergmann 2017-03-02use std::vector::insert when inserting multiple of the same thingNoel Grandin 2017-03-02bypass exception throwing and catchingNoel Grandin 2017-03-02elide the SwSurround enumNoel Grandin 2017-03-02sw: replace hardcoded 1 with TRISTATE_TRUEJochen Nitschke 2017-03-02no need to use smart pointers for DataFlavorExVectorJochen Nitschke 2017-03-01Resolves: tdf#106261 throw away old node map for tableCaolán McNamara 2017-03-01sw: remove some more hardcoded 1 with TRISTATE_TRUEMichael Stahl 2017-03-01tdf#77111 sw: fix page number offset on table dialog "Text Flow"Michael Stahl