summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/webdav-neon/ContentProperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/webdav-neon/ContentProperties.cxx')
-rw-r--r--ucb/source/ucp/webdav-neon/ContentProperties.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/webdav-neon/ContentProperties.cxx b/ucb/source/ucp/webdav-neon/ContentProperties.cxx
index dc9b03fe43cd..605cb042717d 100644
--- a/ucb/source/ucp/webdav-neon/ContentProperties.cxx
+++ b/ucb/source/ucp/webdav-neon/ContentProperties.cxx
@@ -437,7 +437,7 @@ void ContentProperties::addProperty( const rtl::OUString & rName,
}
else if ( rName == "Content-Length" )
{
- // Do NOT map Content-Lenght entity header to DAV:getcontentlength!
+ // Do NOT map Content-length entity header to DAV:getcontentlength!
// Only DAV resources have this property.
// Map Content-Length entity header to UCP:Size
-08-11loplugin: defaultparamsNoel Grandin 2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin 2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin 2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini 2015-05-13refactor DialControl to use RenderContextTomaž Vajngerl 2015-05-11tdf#91052 - more macros for 'make' constructors.Michael Meeks 2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin 2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-17svx: convert new to ::Create.Noel Grandin 2015-04-09vcl: VclPtr conversion in svx.Noel Grandin 2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara 2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin 2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin 2014-10-11convert vcl StateChangedType to enum classNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-18fdo#82577: Handle FontNoel Grandin 2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist 2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante 2014-02-26Remove visual noise from svxAlexander Wilms 2014-02-21vcl: sal_Bool -> boolStephan Bergmann 2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert 2014-02-10the return of callcatcherCaolán McNamara 2014-01-28coverity#1028574 : Uninitialized scalar fieldNorbert Thiebaud 2014-01-17removed some unused code (svx, svtools, unotest)Petr Vorel 2013-12-20hidpi: Make many places Hi-DPI aware.Keith Curtis 2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin 2013-09-05convert include/svx/dialcontrol.hxx from String to OUStringNoel Grandin 2013-09-04Remove more unused methodsMarcos Paulo de Souza 2013-06-11dialcontrol: Make it always fit a square.Jan Holesovsky 2013-06-11sidebar: Let the sidebar's dial control use the same graphics as DialControl.Jan Holesovsky 2013-06-04fix ambigous call to overloaded functionDavid Tardon 2013-06-03fdo#60120 Modify DialControl to store 100th degree angle.Tomaž Vajngerl