diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-03-15 13:32:11 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2016-03-15 15:16:52 +0000 |
commit | 5d03194b056bc7f5b5f16c03a06a7d6697980c19 (patch) | |
tree | df974af0960507c7d5c499a9b53c94907896873c /sd/source/ui/inc/DrawViewShell.hxx | |
parent | 0b14ea0fb39bba3ae33fc8aa6d020e3f0c233643 (diff) |
DrawViewShell: Remove unused code
Change-Id: I288f8793a649b8c672821a39c6d9f1238a104b7e
Reviewed-on: https://gerrit.libreoffice.org/23275
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'sd/source/ui/inc/DrawViewShell.hxx')
-rw-r--r-- | sd/source/ui/inc/DrawViewShell.hxx | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sd/source/ui/inc/DrawViewShell.hxx b/sd/source/ui/inc/DrawViewShell.hxx index 1fb121955d9a..7450a3a1c96f 100644 --- a/sd/source/ui/inc/DrawViewShell.hxx +++ b/sd/source/ui/inc/DrawViewShell.hxx @@ -100,26 +100,6 @@ public: void PrePaint() override; virtual void Paint(const Rectangle& rRect, ::sd::Window* pWin) override; - /** Set the position and size of the area which contains the GUI - elements like rulers, sliders, and buttons as well as the document - view. Both size and position are expected to be in pixel - coordinates. The positions and sizes of the mentioned GUI elements - are updated as well. - - <p> This method is implemented by first setting copying the given - values to internal variables and then calling the - <type>ArrangeGUIElements</type> method which performs the actual - work of sizeing and arranging the UI elements accordingly.</p> - @param rPos - The position of the enclosing window relative to the document - window. This is only interesting if a Draw/Impress document - view is embedded as OLE object into another document view. For - normal documents this position is (0,0). - @param rSize - The new size in pixel. - */ - // virtual void AdjustPosSizePixel(const Point &rPos, const Size &rSize); - /** Arrange and resize the GUI elements like rulers, sliders, and buttons as well as the actual document view according to the size of the enclosing window and current sizes of buttons, rulers, and |