summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2017-11-14 00:10:58 +0200
committerTor Lillqvist <tml@collabora.com>2017-11-14 09:07:14 +0100
commit15fb717539c00fe26c59a6b1b86b464764b9749a (patch)
treedf3ba5698f1e81c9ec0d5398540a5da632536c8d /include
parent97b5b99d715733dde6c0e8ed59b3f16236a7fff1 (diff)
No need for bestmaxFrameSizeForScreenSize to be declared publicly
It is used only inside vcl, and it should stay that way. Change-Id: Ia1a14ab13cb7d3580771c880f959abb2b695b032 Reviewed-on: https://gerrit.libreoffice.org/44698 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'include')
-rw-r--r--include/vcl/layout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/layout.hxx b/include/vcl/layout.hxx
index 49f69db5b421..7c89f568442b 100644
--- a/include/vcl/layout.hxx
+++ b/include/vcl/layout.hxx
@@ -654,8 +654,6 @@ public:
VclMultiLineEdit *pSecondaryMessage);
};
-VCL_DLLPUBLIC Size bestmaxFrameSizeForScreenSize(const Size &rScreenSize);
-
//Get first window of a pTopLevel window as
//if any intermediate layout widgets didn't exist
//i.e. acts like pChild = pChild->GetWindow(GetWindowType::FirstChild);