summaryrefslogtreecommitdiff
path: root/include/sfx2/basedlgs.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-22 10:36:54 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-22 12:01:31 +0000
commitac9ba521176c602544bf5fe1fdc1d216bfdd9849 (patch)
treec4e6a3026d46e342b02b920e91a83ece2eb4e235 /include/sfx2/basedlgs.hxx
parent0de1b34a89a5bafa87a031da7e53e902ec14312c (diff)
loplugin:countusersofdefaultparams in include/sfx2
Change-Id: I8b5e3ebbfb715d0b6aec2c4137f0ff524b63227e Reviewed-on: https://gerrit.libreoffice.org/31065 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/basedlgs.hxx')
-rw-r--r--include/sfx2/basedlgs.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sfx2/basedlgs.hxx b/include/sfx2/basedlgs.hxx
index 0f282a753aff..6e1ef1256d01 100644
--- a/include/sfx2/basedlgs.hxx
+++ b/include/sfx2/basedlgs.hxx
@@ -124,7 +124,7 @@ protected:
SfxFloatingWindow( SfxBindings *pBindings,
SfxChildWindow *pCW,
vcl::Window* pParent,
- WinBits nWinBits=WB_STDMODELESS);
+ WinBits nWinBits);
SfxFloatingWindow( SfxBindings *pBindings,
SfxChildWindow *pCW,
vcl::Window* pParent,
@@ -168,7 +168,7 @@ public:
const OUString& rID = OUString("SingleTabDialog"),
const OUString& rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui"));
- SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet* pInSet = nullptr,
+ SfxSingleTabDialog(vcl::Window *pParent, const SfxItemSet* pInSet,
const OUString& rID = OUString("SingleTabDialog"),
const OUString& rUIXMLDescription = OUString("sfx/ui/singletabdialog.ui"));