summaryrefslogtreecommitdiff
path: root/svtools/bmpmaker
diff options
context:
space:
mode:
Diffstat (limited to 'svtools/bmpmaker')
-rw-r--r--svtools/bmpmaker/bmpcore.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/bmpmaker/bmpcore.cxx b/svtools/bmpmaker/bmpcore.cxx
index d1e0964210d9..159d6e4701c1 100644
--- a/svtools/bmpmaker/bmpcore.cxx
+++ b/svtools/bmpmaker/bmpcore.cxx
@@ -130,8 +130,8 @@ void BmpCreator::ImplCreate( const ::std::vector< DirEntry >& rInDirs,
if( !pSRS->ReadLine( aLine ) )
break;
- aLine.EraseLeadingChars( ' ' );
- aLine.EraseLeadingChars( '\t' );
+ aLine = comphelper::string::stripStart(aLine, ' ');
+ aLine = comphelper::string::stripStart(aLine, '\t');
aLine = comphelper::string::remove(aLine, ';');
if (comphelper::string::isdigitAsciiString(aLine))
urce/ui/inc/navigatr.hxx?h=cp-6.2-16&id=6c87b028406070332ab1c37dde323b1678cdf8e6'>loplugin:countusersofdefaultparams in sdNoel Grandin 2016-05-18convert NAV_STATE to scoped enumNoel Grandin 2016-02-04Remove pointer (pen) from Navigator windowBryan Quigley 2015-12-22loplugin:unusedfields in sdNoel Grandin 2015-11-23loplugin:unusedfields in sd/Noel Grandin 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-10-12convert Link<> to typedNoel Grandin 2015-10-02loplugin:unusedmethodsNoel Grandin 2015-09-11convert Link<> to typedNoel Grandin 2015-09-07convert Link<> to typedNoel Grandin 2015-08-03sd: replace boost::function with std::functionMichael Stahl 2015-07-24NAVBTN_PEN_ENABLED is unusedNoel Grandin 2015-07-21loplugin:unusedmethods sdNoel Grandin 2015-05-22loplugin:constantfunctionNoel Grandin 2015-05-08loplugin:staticmethodsStephan Bergmann 2015-05-07VclPtr: clicking on sidebar impress navigator crashesCaolán McNamara 2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann 2015-05-05loplugin:staticmethodsNoel Grandin 2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin 2015-04-09vcl: VclPtr conversion in sdNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-06-25remove whitespacesMarkus Mohrhard 2014-04-24sd: sal_Bool->boolNoel Grandin 2014-04-07coverity#708134 Uninitialized scalar fieldCaolán McNamara 2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann 2014-02-26Remove visual noise from sdAlexander Wilms 2014-01-17Window::Notify should return boolStephan Bergmann 2013-11-28Integrate branch of IAccessible2Steve Yin 2013-10-23fixincludeguards.sh: sdThomas Arnhold 2013-08-21String->OUStringIvan Timofeev 2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann 2013-03-13translation and cleanup of comments in sd/source/ui/inc/Urs Fässler 2012-11-28re-base on ALv2 code. Includes:Michael Meeks