summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line/LinePropertyPanel.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/line/LinePropertyPanel.cxx')
-rw-r--r--svx/source/sidebar/line/LinePropertyPanel.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/svx/source/sidebar/line/LinePropertyPanel.cxx b/svx/source/sidebar/line/LinePropertyPanel.cxx
index 2a5e134954de..77f67e9602d4 100644
--- a/svx/source/sidebar/line/LinePropertyPanel.cxx
+++ b/svx/source/sidebar/line/LinePropertyPanel.cxx
@@ -108,12 +108,12 @@ VclPtr<vcl::Window> LinePropertyPanel::Create (
const uno::Reference<frame::XFrame>& rxFrame,
SfxBindings* pBindings)
{
- if (pParent == NULL)
- throw lang::IllegalArgumentException("no parent Window given to LinePropertyPanel::Create", NULL, 0);
+ if (pParent == nullptr)
+ throw lang::IllegalArgumentException("no parent Window given to LinePropertyPanel::Create", nullptr, 0);
if ( ! rxFrame.is())
- throw lang::IllegalArgumentException("no XFrame given to LinePropertyPanel::Create", NULL, 1);
- if (pBindings == NULL)
- throw lang::IllegalArgumentException("no SfxBindings given to LinePropertyPanel::Create", NULL, 2);
+ throw lang::IllegalArgumentException("no XFrame given to LinePropertyPanel::Create", nullptr, 1);
+ if (pBindings == nullptr)
+ throw lang::IllegalArgumentException("no SfxBindings given to LinePropertyPanel::Create", nullptr, 2);
return VclPtr<LinePropertyPanel>::Create(pParent, rxFrame, pBindings);
}
>Maxim Monastirsky 2015-06-10tdf#87651 Add outline buttons to impress sidebarMaxim Monastirsky 2015-06-10tdf#91944 Fix inc/dec indent buttons in impressMaxim Monastirsky 2015-06-08Setting Maximum Value for Transparency spin button in area sidebar tabRishabh Kumar 2015-06-06Typo: Gourand → GouraudValter Mura 2015-06-02Fix indent button icons in impress/draw sidebarYousuf Philips 2015-06-01tdf#88276: Add background colour toolbar and sidebar buttonsKatarina Behrens 2015-05-25rename "Lathe Object" to "Rotation Object" in a tooltipStanislav Horacek 2015-05-23mark numbers as untranslatableStanislav Horacek 2015-05-23use sliders in CompressGraphicDialogTomaž Vajngerl 2015-05-05use a sizegroup to stop area panel 'jumping'Caolán McNamara 2015-04-24docking3deffects.ui: Fix typo (lowercase initial) in translatable stringAdolfo Jayme Barrientos 2015-03-13tdf#87945 Make “Auto/No Fill” button more obvious by adding an icon to itAdolfo Jayme Barrientos 2015-03-13Remove stray separatorAdolfo Jayme Barrientos 2015-02-17translatable="no" for some .ui placeholdersAndras Timar 2015-02-10set ok button as fontwork gallery dialog as the default buttonCaolán McNamara 2015-01-06Resolves: fdo#86911 add tooltip for Color Tolerance spinbuttonCaolán McNamara 2014-12-31convert docking window RID_SVXDLG_FONTWORK to .uiCaolán McNamara 2014-12-30convert RID_SVXFLOAT_3D docking window to .uiCaolán McNamara 2014-12-19changes sidebar: Use smaller 'clock' icons.Jan Holesovsky 2014-12-19changes sidebar: Make the changes tabs narrower (when possible).Jan Holesovsky 2014-12-19changes sidebar: Make the filter tabpage more vertical to fit better.Jan Holesovsky 2014-12-18convert RID_SVXDLG_BMPMASK dockingwindow to .uiCaolán McNamara 2014-12-11Remove resizable:False property from dialogs containing GtkEntry.Jan Holesovsky 2014-12-10Make some dialogs resizable again.Jan Holesovsky 2014-12-09fdo#86871 (part) replace "..." in UI buttonsOlivier Hallot 2014-12-07Introduce ParaspaceIncrease/Decrease commands in Writer and CalcMaxim Monastirsky 2014-12-01Move accessibility relations to .ui fileKatarina Behrens 2014-11-28fdo#83076: More space around the 'Custom Value'.Jan Holesovsky 2014-11-27fdo#86557: svx: fix crash when creating new "XML Form Document"Michael Stahl 2014-11-24fdo#86622 sidebar: Distorted icons in Graphic sectionMaxim Monastirsky 2014-11-22fdo#86550 make some strings localizableAndras Timar