summaryrefslogtreecommitdiff
path: root/svx
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 /svx
parent141a7aa1b3faafa7bf5c45b73f1604b16809a1a3 (diff)
no raw Window is loaded from .src anymore
Change-Id: I81e4bb23f4a819f59115cdf58afe19097b4ce68f
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/fntctrl.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/svx/source/dialog/fntctrl.cxx b/svx/source/dialog/fntctrl.cxx
index 81d36d4f063b..177578509610 100644
--- a/svx/source/dialog/fntctrl.cxx
+++ b/svx/source/dialog/fntctrl.cxx
@@ -503,14 +503,6 @@ void SvxFontPrevWindow::Init()
SetBorderStyle(WindowBorderStyle::MONO);
}
-SvxFontPrevWindow::SvxFontPrevWindow(vcl::Window* pParent, const ResId& rId)
- : Window(pParent, rId)
- , mbResetForeground(true)
- , mbResetBackground(true)
-{
- Init();
-}
-
SvxFontPrevWindow::SvxFontPrevWindow(vcl::Window* pParent, WinBits nStyle)
: Window(pParent, nStyle)
, mbResetForeground(true)