summaryrefslogtreecommitdiff
path: root/sd/source/ui/sidebar/LayoutMenu.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/sidebar/LayoutMenu.cxx')
-rw-r--r--sd/source/ui/sidebar/LayoutMenu.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/sidebar/LayoutMenu.cxx b/sd/source/ui/sidebar/LayoutMenu.cxx
index dd440ad449fc..0d731a5458ed 100644
--- a/sd/source/ui/sidebar/LayoutMenu.cxx
+++ b/sd/source/ui/sidebar/LayoutMenu.cxx
@@ -567,7 +567,7 @@ void LayoutMenu::Fill()
void LayoutMenu::Clear()
{
- for (sal_uInt16 nId=1; nId<=GetItemCount(); nId++)
+ for (size_t nId=1; nId<=GetItemCount(); nId++)
delete static_cast<AutoLayout*>(GetItemData(nId));
ValueSet::Clear();
}
Of->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith 2013-10-01Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-06-15gbuild: allow to use RepositoryFixes also for executablesMatúš Kukan 2013-06-10fdo#46808, Use service constructor for connection::AcceptorNoel Grandin 2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-19reduce whitespaces between include and filenameThomas Arnhold 2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks