summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-10-24 17:22:39 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-10-25 11:41:23 +0100
commitc1448b4286ae9ecb192497e2a49ec66bfc49f3b6 (patch)
tree4380b48efedfdba216cbce818cfce1c4e0a842eb /include
parent141a7aa1b3faafa7bf5c45b73f1604b16809a1a3 (diff)
no raw Window is loaded from .src anymore
Change-Id: I81e4bb23f4a819f59115cdf58afe19097b4ce68f
Diffstat (limited to 'include')
-rw-r--r--include/svx/fntctrl.hxx1
-rw-r--r--include/vcl/window.hxx1
2 files changed, 0 insertions, 2 deletions
diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx
index 46e294feff8c..117ef5c81bf1 100644
--- a/include/svx/fntctrl.hxx
+++ b/include/svx/fntctrl.hxx
@@ -45,7 +45,6 @@ private:
SVX_DLLPRIVATE static void SetFontLang(const SfxItemSet& rSet, sal_uInt16 nSlot, SvxFont& rFont);
public:
- SvxFontPrevWindow(vcl::Window* pParent, const ResId& rId);
SvxFontPrevWindow(vcl::Window* pParent, WinBits nStyle);
virtual ~SvxFontPrevWindow() override;
virtual void dispose() override;
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 8563d952372c..33394139f30c 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -790,7 +790,6 @@ public:
// Single argument ctors shall be explicit.
explicit Window( vcl::Window* pParent, WinBits nStyle = 0 );
- Window( vcl::Window* pParent, const ResId& rResId );
virtual ~Window() override;
::OutputDevice const* GetOutDev() const;