diff options
Diffstat (limited to 'include/tools/svborder.hxx')
-rw-r--r-- | include/tools/svborder.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/tools/svborder.hxx b/include/tools/svborder.hxx index c919d8cd76ca..50ee5814139c 100644 --- a/include/tools/svborder.hxx +++ b/include/tools/svborder.hxx @@ -32,11 +32,6 @@ public: { nTop = nRight = nBottom = nLeft = 0; } - SvBorder( const Size & rSz ) - { - nTop = nBottom = rSz.Height(); - nRight = nLeft = rSz.Width(); - } SvBorder( long nLeftP, long nTopP, long nRightP, long nBottomP ) { nLeft = nLeftP; |